commitizen / commitizen/cz-cli
How to husky prepare-commit-msg on windows?
オープン
- 主要言語
- JavaScript
- スター
- 17.5k
- フォーク
- 566
- 平均マージ
- 8時間 16分
- マージ済み PR(30日)
- 1
説明
Using husky it is very useful but script which is there is designed only for bash purpose.
```
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook",
}
}
```
What could be solution for Windows?
コントリビューションガイド
評価
この issue はまだ評価されていません。