Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 298 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 298 Bytes

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