0.0.13 • Published 4 years ago
lerna-utils-gpm v0.0.13
lerna-utils-gpm
Internal Package: GPM common utils
Installation
npm install lerna-utils-gpm
# or use yarn
yarn add lerna-utils-gpmUsage
const gpm = require('lerna-utils-gpm')Contributing
- 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