gacp
TypeScript icon, indicating that this package has built-in type declarations

3.0.3 • Public • Published

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": ""
  }
}

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

Package Sidebar

Install

npm i gacp

Weekly Downloads

309

Version

3.0.3

License

MIT

Unpacked Size

111 kB

Total Files

90

Last publish

Collaborators

  • vivaxy