0.0.19 • Published 4 years ago
lerna-command-preset-gpm v0.0.19
lerna-command-preset-gpm
GPM commands preset
Installation
npm install lerna-cli lerna-command-preset-gpm -DUsage
lerna.json
{
"extendCommands": ["lerna-command-preset-gpm"]
}npx lerna helpContributing
- Fork it!
- Create your new branch:
git checkout -b feature-neworgit 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