lerna-command-gpm-push
Version:
gpm push command
40 lines (26 loc) • 1.28 kB
Markdown
# lerna-command-gpm-push
[](https://www.npmjs.com/package/lerna-command-gpm-push)
[](https://www.npmjs.com/package/lerna-command-gpm-push)
[](https://prettier.io/)
[](https://conventionalcommits.org)
> gpm push command
## Usage
### Options
#### `gitPushCommand`
执行 git command 的命令模板
- Type: `string`
- Default: `"git push ${remote} ${branch}"`
## 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)