1.0.12 • Published 2 years ago

@anzerr/mono.cli v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Intro

GitHub Actions status | publish

Cli to help working on a monorepo using a local npm registry like verdaccio

Install

git clone git+https://github.com/anzerr/mono.cli.git &&
cd mono.cli &&
npm link

npm install -g @anzerr/mono.cli

Example

mono bootstrap --registry http://192.168.99.101:4873 --filter "^.*$"
mono restore
mono exec --count 1 "pwd"
mono exec --filter "project-" --count 1 "rm -Rf node_modules/ package-lock.json && npm i --verbose"