https://github.com/divedylan/commit
git commit commander with node
https://github.com/divedylan/commit
Last synced: about 1 year ago
JSON representation
git commit commander with node
- Host: GitHub
- URL: https://github.com/divedylan/commit
- Owner: diveDylan
- Created: 2020-06-10T03:30:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T17:10:56.000Z (about 5 years ago)
- Last Synced: 2025-02-02T12:54:40.500Z (over 1 year ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### commit
a small git commit lint tool
### demo

## test
with node
``` bash
git clone
cd your_floder
node index
```
in node_modules styles
```bash
npm link
commit
```
### config your git lint
```bash
### change your commit config here
vim gitConfig.js
### import your config, update your select options
vim index.js
```