0.1.12 • Published 3 years ago

@jondotsoy/commit-help v0.1.12

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Commit-Help

Node.js Package

Features:

  • Shell alias feat: helper to commit a feature feat(scope): <message> or feat: <message>
  • Shell alias fix: helper to commit a fix fix(scope): <message> or fix: <message>
  • Shell alias refactor: helper to commit a refactor refactor(scope): <message> or refactor: <message>
  • Auto detect scope from change files using the .mmrc.json file

Example mmrc file:

{
  "scopes": [
    {
      "name": "user",
      "match": "$CWD/apps/user/**"
    },
    {
      "name": "products",
      "match": "$CWD/apps/products/**"
    },
    {
      "name": "settings",
      "match": "$CWD/configs/**"
    }
  ]
}

How to use

How to install

npm install -g @jondotsoy/commit-help

and run add the next line to your shell config (.alias, .bashrc, .zshrc, etc):

eval $(commit-help -)

You can use wthout install. Just add into your shell config:

eval $(npx @jondotsoy/commit-help -)

⚠️ This can delay to the shell startup.

0.1.11

3 years ago

0.1.12

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago