0.4.0 • Published 6 years ago
monow v0.4.0
monow
:clap: Zero configuration monorepo watcher

- Currently
monowis under active development - Currently
monowsupports lerna only
Install
npm install -g monowOr you can use monow with npx without npx install.
npx monowUsage
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 scriptContribution
- Fork this repository
- Write your code
- Run tests
- Create pull request to master branch
Development
git clone git@github.com:Leko/monow.git
cd monow
npm i
npx ts-node -T src/cli/index.ts # debugLicense
This package under MIT license.
0.4.0
6 years ago
0.3.3
6 years ago
0.3.2
6 years ago
0.3.1
6 years ago
0.3.0
6 years ago
0.2.0
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago
0.0.12
7 years ago
0.0.11
7 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago