Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

vivaxy/gacp

Repository files navigation

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 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.

Basic Configuration

Default configuration:

{
"add": true,
"push": true,
"emoji": "code",
"editor": false,
"hooks": {
"postpush": ""
}
}

emoji

  • code: :grinning:
  • emoji:
  • none: no emoji

Change log

Change log

Contributing

Contributing

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

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]

Related Projects

About

Git add, commit, push with Conventional Commits and Gitmoji.

Topics

Resources

Readme

License

MIT license

Contributing

Contributing

Stars

Watchers

Forks

Packages