lerna-command-gpm-update
Version:
update git repo
43 lines (30 loc) • 1.35 kB
Markdown
# lerna-command-gpm-update
[](https://www.npmjs.com/package/lerna-command-gpm-update)
[](https://www.npmjs.com/package/lerna-command-gpm-update)
[](https://prettier.io/)
[](https://conventionalcommits.org)
> update git repo
## Installation
```bash
npm install lerna-command-gpm-update
# or use yarn
yarn add lerna-command-gpm-update
```
## Usage
```javascript
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](mailto:imcuttle@163.com).
## License
MIT - [imcuttle](mailto:imcuttle@163.com)