Skip to content

anzerr/mono.cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Cli to help working on monorepos

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors