Sha256: 1193d5b35f28167aafbfcb6c398a02b0bd9550c4e8e31bcfd452f71e27dc4bf0
Contents?: true
Size: 1.71 KB
Versions: 2
Compression:
Stored size: 1.71 KB
Contents
GithubChart ============ [](https://rubygems.org/gems/githubchart) [](https://gemnasium.com/akerl/githubchart) [](https://codeclimate.com/github/akerl/githubchart) [](https://coveralls.io/r/akerl/githubchart) [](https://travis-ci.org/akerl/githubchart) [](https://tldrlegal.com/license/mit-license) Generates an SVG of your Github contributions:   ## Usage Run `githubchart path/to/svg` to generate an SVG. To override the default username (pulled from your local shell or .gitconfig), use `githubchart -u username path/to/svg` GithubChart also allows you to provide input from a file instead of pulling data from Github. You can pass JSON to GithubChart by using `githubchart -i /path/to/file /path/to/svg`, or use '-' to use STDIN. See spec/examples/input.json for example data. If you don't provide a file path, the resulting SVG will be printed to stdout. To modify the color scheme used, you can provide `-c SCHEME`. For example, `githubchart -c halloween` uses GitHub's halloween colors. Use `-s` to list the available schemes. ## Installation gem install githubchart ## License GithubChart is released under the MIT License. See the bundled LICENSE file for details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
githubchart-0.1.1 | README.md |
githubchart-0.0.13 | README.md |