💬Git add, commit, push with Conventional Commits and Gitmoji.
npm install gacp[![Build Status][travis-image]][travis-url]
[![NPM Version][npm-version-image]][npm-url]
[![NPM Downloads][npm-downloads-image]][npm-url]
[![MIT License][license-image]][license-url]
[![Standard Version][standard-version-image]][standard-version-url]
[![Codecov][codecov-image]][codecov-url]

💬Git add, commit, push with Conventional Commits and Gitmoji.
!GACP
npm i -g gacp
gacp
gacp --help
gacp --no-add
gacp --no-push
gacp --emoji emoji
gacp --editor
gacp --no-verify
gacp --emoji none
You can configure gacp via:
- A gacp property in package.json.
- A .gacprc file in JSON, YAML or CommonJS with or without extensions .json, .yaml, .yml, .js.
- A gacp.config.js file in CommonJS.
Default configuration:
``json``
{
"add": true,
"push": true,
"emoji": "code",
"editor": false,
"hooks": {
"postpush": ""
}
}
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
#### Individuals
#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
- VSCode Conventional Commits
- gcmt
- commitizen
- conventional-changelog
- gitmoji-cli
- git-commit-cp
- git-cz
- cz-emoji
#
[travis-image]: https://img.shields.io/travis/vivaxy/gacp.svg?style=flat-square
[travis-url]: https://travis-ci.org/vivaxy/gacp
[npm-version-image]: http://img.shields.io/npm/v/gacp.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/gacp
[npm-downloads-image]: https://img.shields.io/npm/dt/gacp.svg?style=flat-square
[license-image]: https://img.shields.io/npm/l/gacp.svg?style=flat-square
[license-url]: LICENSE
[standard-version-image]: https://img.shields.io/badge/release-standard%20version-brightgreen.svg?style=flat-square
[standard-version-url]: https://github.com/conventional-changelog/standard-version
[codecov-image]: https://img.shields.io/codecov/c/github/vivaxy/gacp.svg?style=flat-square
[codecov-url]: https://codecov.io/gh/vivaxy/gacp