Gacp
💬Git add, commit, push with Conventional Commits and Gitmoji.
Install / Use
/learn @vivaxy/GacpREADME
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
gacpproperty inpackage.json. - A
.gacprcfile in JSON, YAML or CommonJS with or without extensions.json,.yaml,.yml,.js. - A
gacp.config.jsfile 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>
