feat: add aic alias (#148)
This commit is contained in:
@@ -62,6 +62,8 @@ aicommits
|
|||||||
aicommits --dry-run
|
aicommits --dry-run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> 👉 **Tip:** Use the `aic` alias if `aicommits` is too long for you.
|
||||||
|
|
||||||
### Git hook
|
### Git hook
|
||||||
|
|
||||||
You can also integrate _aicommits_ with Git via the [`prepare-commit-msg`](https://git-scm.com/docs/githooks#_prepare_commit_msg) hook. This lets you use Git like you normally would, and edit the commit message before committing.
|
You can also integrate _aicommits_ with Git via the [`prepare-commit-msg`](https://git-scm.com/docs/githooks#_prepare_commit_msg) hook. This lets you use Git like you normally would, and edit the commit message before committing.
|
||||||
|
|||||||
@@ -14,7 +14,10 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"bin": "./dist/cli.mjs",
|
"bin": {
|
||||||
|
"aicommits": "./dist/cli.mjs",
|
||||||
|
"aic": "./dist/cli.mjs"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "simple-git-hooks",
|
"prepare": "simple-git-hooks",
|
||||||
"build": "pkgroll --minify",
|
"build": "pkgroll --minify",
|
||||||
|
|||||||
Reference in New Issue
Block a user