All Projects → vivaxy → Gacp

vivaxy / Gacp

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

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Gacp

Gitmoji Changelog
A changelog generator for gitmoji 😜
Stars: ✭ 250 (+79.86%)
Mutual labels:  changelog, emoji, commit
Padroes De Commits
📄 Padrão de commits para repositórios.
Stars: ✭ 164 (+17.99%)
Mutual labels:  emoji, commit
cz-gitmoji
🔬😜 Commitizen adapter for gitmoji.
Stars: ✭ 25 (-82.01%)
Mutual labels:  emoji, commit
git
🔀 semantic-release plugin to commit release assets to the project's git repository
Stars: ✭ 235 (+69.06%)
Mutual labels:  changelog, commit
Node Semantic Git Commit Cli
A CLI for semantic git commits
Stars: ✭ 114 (-17.99%)
Mutual labels:  emoji, commit
commitlog
Generate Changelogs from Commits (CLI)
Stars: ✭ 63 (-54.68%)
Mutual labels:  changelog, commit
Bump
Bump updates the project's version, updates/creates the changelog, makes the bump commit, tags the bump commit and makes the release to GitHub. Opinionated but configurable.
Stars: ✭ 327 (+135.25%)
Mutual labels:  changelog, commit
Styleguide Git Commit Message
/sBin/StyleGuide/Git/CommitMessage
Stars: ✭ 934 (+571.94%)
Mutual labels:  emoji, commit
Changelog Ci
Changelog CI is a GitHub Action that generates changelog, Then the changelog is committed and/or commented to the release Pull request.
Stars: ✭ 68 (-51.08%)
Mutual labels:  changelog, commit
Emoji Commit Messages
🌵 A fun paradigm to encourage cleaner commits.
Stars: ✭ 138 (-0.72%)
Mutual labels:  emoji, commit
Emoji Swift
String extension converting to and from emoji character and Emoji-One
Stars: ✭ 119 (-14.39%)
Mutual labels:  emoji
Turtle
Emojis for Go 😄🐢🚀
Stars: ✭ 120 (-13.67%)
Mutual labels:  emoji
Git Commit Emoji Cn
😁 git commit message emoji 使用指南
Stars: ✭ 1,702 (+1124.46%)
Mutual labels:  emoji
Emojipackage
表情包资源合集,张张都是经典
Stars: ✭ 1,789 (+1187.05%)
Mutual labels:  emoji
React Native Emoticons
react native emoticons(表情), including emoji😁
Stars: ✭ 119 (-14.39%)
Mutual labels:  emoji
Emojipanel
😀 A customisable Javascript emoji picker
Stars: ✭ 129 (-7.19%)
Mutual labels:  emoji
Git Changelog Lib
Library for parsing and generating a changelog, or releasenotes, from a GIT repository
Stars: ✭ 117 (-15.83%)
Mutual labels:  changelog
Box Cli Maker
Make Highly Customized Boxes for your CLI
Stars: ✭ 115 (-17.27%)
Mutual labels:  emoji
Kitkatemoji
Library for Emoji View like Hangouts, Emoji TextView and Emoji EditText
Stars: ✭ 116 (-16.55%)
Mutual labels:  emoji
Appupdater
A library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 9+ required.
Stars: ✭ 1,793 (+1189.93%)
Mutual labels:  changelog

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].