1.1.0 • Published 9 years ago
gistifier v1.1.0
Gistifier - A command line tool
Create a Gist from a set of file(s).
Installation
npm install -g gistifierHow to use
From your terminal go to the directory where your files reside and run,
$ gistifier push <filename1> <filename2>To push all files in current directory top level
$ gistifier pushTo make your Gist public
$ gisitifer push <filename> --publicOR
$ gisitifer push <filename> -pUse Cases
- Sharing multiple files quickly
- Lightweight code review, as Gists can be commented upon.