Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

githubchart

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

githubchart

  • 4.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

GithubChart

Gem Version GitHub Workflow Status MIT Licensed

Generates an SVG of your Github contributions:

Example image

Other user example

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.

Hosted SVG

A hosted service for loading these SVGs was made by 2016rshah: http://ghchart.rshah.org/ (source code)

Installation

gem install githubchart

License

githubchart is released under the MIT License. See the bundled LICENSE file for details.

FAQs

Package last updated on 18 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc