👾 Draw on your GitHub contribution graph ░▒▓█
npm install github-spray

A CLI to generate sprays for your GitHub contribution history graph

``sh`
npm i -g github-spray
- Git
- Recent NodeJS
1. Create a new GitHub repository and copy its url
2.
`sh`
github-spray -t `
(example)sh`
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_.
`sh`
github-spray --help
sh
github-spray -t --font
`
(example)
`sh
github-spray -t Wald0 --font portable_vengeance
`

`sh
github-spray -t Mario? --font mario
`

#### led7




Fonts available are in the fonts folder$3

`sh
github-spray -t hello -i
`$3

`sh
github-spray -t hello --flipvertical
`$3

`sh
github-spray -t hello --fliphorizontal
`$3
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.
`json
[
" 333 ",
" 3 3 ",
"3 2 2 3",
"3 3",
"3 222 3",
" 3 3 ",
" 333 "
]
`

`sh
github-spray -f ...
`
`sh
github-spray -f patterns/space-invaders.json ...
`You can use GitHub Spray Generator to graphically draw patterns
$3
`sh
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.$3
`sh
github-spray -m ...
``