/gists

Sync Github Gists

Primary LanguageJavaScript

Sync Github Gists

Node app that can be used to sync Github gists with a git repo.

Steps

  • clone this repo
  • exec npm install
  • update the users.json file to contain the usernames of the gists you'd like to sync
  • exec node app.js
  • optional: git add, commit, push to your remote