/gitkatt

👨‍🎤 create art in your github commit history

Primary LanguageJavaScript

GitHub history art

Paint some sweet art in your GitHub commit history.

HOW?!? 😻

  1. Create a personal API token
  2. Run
    npx gitkatt
  3. (Optional): Update ./art with other art
  4. Follow the rest of steps

Custom art

A file called ./art will be created automatically with a template.

  • any non-whitespace char gets filled
  • the canvas is 7 in height (7 days)

Optional: set default options

export GITHUB_USER='YOUR_GITHUB_USER'
export GITHUB_API_TOKEN='YOUR_GITHUB_API_TOKEN'
export DRAW_START_DATE='2017-02-26'
export ART_FILENAME='art'

Notes

  • Every time you run it it will delete (clears the graph) and create a repo called gitkatt-child-repo (Example repo).
  • The more layers you choose, the longer it'll run, & the darker your dots become.