vivaxy / gacp

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

Home Page:https://github.com/vivaxy/gacp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gacp

Build Status NPM Version NPM Downloads MIT License Standard Version Codecov Financial Contributors on Open Collective

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

GACP

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.

https://github.com/vivaxy/gacp

License:MIT License


Languages

Language:TypeScript 91.1%Language:JavaScript 8.6%Language:Shell 0.4%