An open API service indexing awesome lists of open source software.

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

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
```