0.0.18 • Published 2 years ago

lerna-command-gpm-update v0.0.18

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

lerna-command-gpm-update

NPM version NPM Downloads Prettier Conventional Commits

update git repo

Installation

npm install lerna-command-gpm-update
# or use yarn
yarn add lerna-command-gpm-update

Usage

const gpmUpdate = require('lerna-command-gpm-update')

Contributing

  • Fork it!
  • Create your new branch:
    git checkout -b feature-new or git 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)' or git 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