0.4.0 • Published 4 years ago

monow v0.4.0

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

monow

npm.io CircleCI Greenkeeper badge codecov npm.io npm.io

:clap: Zero configuration monorepo watcher

render1554649008364-min

  • Currently monow is under active development
  • Currently monow supports lerna only

Install

npm install -g monow

Or you can use monow with npx without npx install.

npx monow

Usage

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

Contribution

  1. Fork this repository
  2. Write your code
  3. Run tests
  4. 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 # debug

License

This package under MIT license.

0.4.0

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago