58

GitHub Spray: Generate spray for your GitHub contribution graph

 5 years ago
source link: https://www.tuicool.com/articles/hit/uYrAZfY
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

GitHub Spray

ymIf2yB.gif

A CLI to generate sprays for your GitHub commit graph history

MbIBRj7.gif

Installation

npm i -g github-spray

Requirement

  • Git
  • Recent NodeJS

Usage

  1. Create a new GitHub repository and copy its url
github-spray -t <text> --multiplier <factor> --push --origin <github_repository_url>

(example)

github-spray -t hello --multiplier 10 --push --origin https://github.com/John/hello.git

Depending on your number of contributions on the given period that you want to spray, you will need to multiply the number of commit per day by a specific factor (--multiplier) so that the spray become more relevant on your calendar heatmap .

github-spray --help

Fonts

github-spray -t <text> --font <font_name>

(example)

github-spray -t Wald0 --font portable_vengeance

RVZZfay.png!web

github-spray -t Mario? --font mario

bu6fIfM.png!web

led7

F7zIRrQ.png!web

iUjMJze.png!web

NJZBBzM.png!web

QRJB3qr.gif

Fonts available are in the fonts folder

Invert colors

JZr6ri3.png!web

github-spray -t hello -i

Flip vertical

Fvu6viQ.png!web

github-spray -t hello --flipvertical

Flip horizontal

aAbUzeU.png!web

github-spray -t hello --fliphorizontal

Custom pattern

To use a custom pattern, create a JSON file like follow.

The numbers (1 to 4) will determine the number of commit per day, and thus the green's darkness.

[
    "  333  ",
    " 3   3 ",
    "3 2 2 3",
    "3     3",
    "3 222 3",
    " 3   3 ",
    "  333  "
]

MBRvaaj.png!web

github-spray -f <path/to/pattern.json> ...

You can use GitHub Spray Generator to graphically draw patterns

Custom start date

github-spray --startdate YYYY-MM-DD ...

The date will be rounded to the nearest sunday.

By default the start date is the nearest sunday of the current date - 53 weeks.

Multiplier: scale colors

github-spray -m <factor> ...

Multiply the number of commit per day by the given factor to make the spray darker or brighter on your calendar heatmap.

Known issues


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK