Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtolio/git-impact
a github-impact graph for vanilla git.
https://github.com/jtolio/git-impact
Last synced: 23 days ago
JSON representation
a github-impact graph for vanilla git.
- Host: GitHub
- URL: https://github.com/jtolio/git-impact
- Owner: jtolio
- Created: 2013-01-30T07:42:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-05T14:41:00.000Z (over 10 years ago)
- Last Synced: 2023-03-11T03:47:32.553Z (over 1 year ago)
- Language: Python
- Size: 166 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
git-impact
==========Recently, Github retired their cool impact graphs.
https://github.com/blog/1323-retiring-impact-graphs
I liked them, and I wanted them still, even for projects that weren't Github
hosted, but no one had made a tool that ran on a Git repo yet.So I took RaphaelJS's demo code (http://raphaeljs.com/github/impact.html),
cleaned it up, made it better, and made a tool to generate the data that it
wants.Usage
--------```
~/your/git/repo$ /path/to/commit-data.py | /path/to/preprocess.py \
> /path/to/impact-data.js
```Put `impact-data.js` in the same folder as your `impact.html`.
License
=========Copyright (c) 2013, JT Olds
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.