Awesome
gacp
๐ฌGit add, commit, push with Conventional Commits and Gitmoji.
Installation
npm i -g gacp
Usage
gacp
gacp --help
gacp --no-add
gacp --no-push
gacp --emoji emoji
gacp --editor
gacp --no-verify
gacp --emoji none
Configuration File
You can configure gacp via:
- A
gacp
property inpackage.json
. - A
.gacprc
file in JSON, YAML or CommonJS with or without extensions.json
,.yaml
,.yml
,.js
. - A
gacp.config.js
file in CommonJS.
Basic Configuration
Default configuration:
{
"add": true,
"push": true,
"emoji": "code",
"editor": false,
"hooks": {
"postpush": ""
}
}
emoji
- code:
:grinning:
- emoji:
๐
- none: no emoji
Change log
Contributing
Contributors
Code Contributors
This project exists thanks to all the people who contribute. [Contribute]. <a href="https://github.com/vivaxy/gacp/graphs/contributors"><img src="https://opencollective.com/gacp/contributors.svg?width=890&button=false" /></a>
Financial Contributors
Become a financial contributor and help us sustain our community. [Contribute]
Individuals
<a href="https://opencollective.com/gacp"><img src="https://opencollective.com/gacp/individuals.svg?width=890"></a>
Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
<a href="https://opencollective.com/gacp"><img src="https://opencollective.com/gacp/organization.svg?width=890"></a>