Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@lerna-lite/cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna-lite/cli

Lerna-Lite CLI for the Version/Publish commands


Version published
Weekly downloads
24K
increased by7.23%
Maintainers
1
Weekly downloads
 
Created

License: MIT TypeScript npm npm Actions Status

Lerna-Lite Version/Publish comands CLI

@lerna-lite/cli

CLI for the publish and version commands, the CLI must be called with ws-roller <command> (where command is either publish or version). You can see some more usage samples below.

Internal Dependencies

Installation

# install globally
npm install -g @lerna-lite/cli

# then use it `ws-roller <command>`
ws-roller publish
ws-roller version

# OR use npx
npx ws-roller publish
npx ws-roller version

Usage

For all available options, refer to each command below

FAQs

Package last updated on 22 Feb 2022

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