lerna-utils-globs-command
v0.0.13
Published
Internal Package: GPM basic class for lerna command, with globs options, check remote version, concurrency.
Downloads
11
Maintainers
Readme
lerna-utils-globs-command
Internal Package: GPM basic class for lerna command, with globs options, check remote version, concurrency.
Installation
npm install lerna-utils-globs-command
# or use yarn
yarn add lerna-utils-globs-command
Usage
const globsCommand = require('lerna-utils-globs-command')
Contributing
- Fork it!
- Create your new branch:
git checkout -b feature-new
orgit checkout -b fix-which-bug
- Start your magic work now
- Make sure npm test passes
- Commit your changes:
git commit -am 'feat: some description (close #123)'
orgit commit -am 'fix: some description (fix #123)'
- Push to the branch:
git push
- Submit a pull request :)
Authors
This library is written and maintained by imcuttle.
License
MIT - imcuttle