Socket
Book a DemoInstallSign in
Socket

@o3r/workspace

Package Overview
Dependencies
Maintainers
5
Versions
1729
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@o3r/workspace

Workspace tooling of the Otter Framework

rc
Source
npmnpm
Version
13.1.0-rc.5
Version published
Weekly downloads
7K
-4.83%
Maintainers
5
Weekly downloads
 
Created
Source

Otter Workspace

Super cute Otter!

Description

Stable Version Bundle Size

This package is an Otter Framework Module providing tools at workspace level.

This packages provides several Schematics and CLIs used to accelerate the development and support maintenance of workspace's packages.

Schematics

Otter framework provides a set of code generators based on Angular schematics.

SchematicsDescriptionHow to use
addInclude Otter in a project workspace.ng add @o3r/workspace
libraryAdd a new Library to the current Otter projectng g library
sdkAdd a new SDK to the current Otter projectng g sdk
applicationAdd a new Application to the current Otter projectng g application

Scripts

This packages exposes the following Command Line Interfaces:

Set Version

Replaces the value of the version field of the JSON files matched by the pattern provided to the --include options.

Usage: o3r-set-version [options] <version>

Replace the packages version in a monorepos

Options:

  -p, --placeholder <placeholder>  Pattern of the version placeholder (default: 0.0.0)
  --include <file>                 Add files pattern to apply the verison replacement (default: */lerna.json,**/package.json,!**/node_modules/**/{package,lerna}.json)
  -V, --verbose                    Display debug logs
  -h, --help                       output usage information

Keywords

workspace

FAQs

Package last updated on 19 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts