Simply download the files of the Gist that corresponds to the Gist ID(s) you give it.
You can get the latest stable and/or development version from the GitHub repo. https://github.com/Greduan/download-gist
To install simply clone this repo somewhere, install the dependencies with
npm install
, cd
into the repo and run npm link
. (Note npm link
may
require sudo access depending on your setup.)
You can also now install it with NPM, using npm install -g download-gist
. :)
This project is licensed under the permissive ISC license. You
can find the license information in this project in the LICENSE
file.