Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)