Skip to content

vivaxy/gacp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ec1630 · May 24, 2024
May 24, 2024
May 4, 2022
Jun 23, 2020
May 4, 2022
May 19, 2022
Aug 2, 2018
May 29, 2020
Jul 7, 2019
Jan 27, 2017
Apr 29, 2020
Jun 30, 2019
May 15, 2020
Aug 17, 2022
Jun 13, 2019
Jun 13, 2019
Oct 26, 2023
Aug 17, 2022
May 9, 2020
Oct 13, 2020
Aug 17, 2022

Repository files navigation

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