Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinchang/commit-stats
Generate the Git commit information chart
https://github.com/sinchang/commit-stats
chart cli commit git
Last synced: 7 days ago
JSON representation
Generate the Git commit information chart
- Host: GitHub
- URL: https://github.com/sinchang/commit-stats
- Owner: sinchang
- License: mit
- Created: 2018-01-05T07:29:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T04:13:01.000Z (about 6 years ago)
- Last Synced: 2024-12-23T04:47:29.946Z (11 days ago)
- Topics: chart, cli, commit, git
- Language: JavaScript
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Commit Stats
[![NPM version](https://img.shields.io/npm/v/commit-stats.svg?style=flat)](https://npmjs.com/package/commit-stats)
[![NPM downloads](https://img.shields.io/npm/dm/commit-stats.svg?style=flat)](https://npmjs.com/package/commit-stats)## Demo
[see here](https://sinchang.github.io/commit-stats/commit-stats.html)
## Install
```bash
npm install commit-stats -g
```## Usage
```
go to git directory run `commit-stats`or
anywhere run `commit-stats (git repo path)` // commit-stats ../sinchang/commit-stats
see `commit-stats.html` in your git directory
```## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
**commit-stats** © [sinchang](https://github.com/sinchang), Released under the [MIT](./LICENSE) License.
Authored and maintained by sinchang with help from contributors ([list](https://github.com/sinchang/commit-stats/contributors)).> [sinchang.me](https://sinchang.me) · GitHub [@sinchang](https://github.com/sinchang) · Twitter [@sinchangwen](https://twitter.com/sinchangwen)