:clap: Zero configuration monorepo watcher
monow
is under active developmentmonow
supports lerna onlynpm install -g monow
Or you can use monow with npx
without npx install
.
npx monow
Options:
--help Show help [boolean]
--version Show version number [boolean]
--build-script, -b Shell script to build your package
[string] [default: "prepare"]
--test-script, -t Shell script to test your package
[string] [default: "test"]
--run-test, -T Run test when dependent packages changed
[boolean] [default: false]
--no-notify, -N Do not notify [boolean] [default: false]
Examples:
monow Run build only
monow -T Run build and test when dependent packages changed
monow -b "make build" Customize build script
monow -t "lint" Customize test script
git clone git@github.com:Leko/monow.git
cd monow
npm i
npx ts-node -T src/cli/index.ts # debug
This package under MIT license.