1.0.0 • Published 8 years ago
gisterm v1.0.0
gisterm 
An easy CLI for uploading gists.
Setup
First, you'll need to install gisterm:
npm i -g gistermThen, you'll need to create a token on GitHub (needs to have gist permission), and then set it up with gisterm:
gisterm auth YOUR_TOKENUsage
gisterm create myTextFile.txt myScript.js myImage.pngDescriptions
You can specify a description for your Gist. Use the --description, or -d option.
gisterm create myScript.js --description "Just a little script I wanted to share."Privacy
You can make your Gist private, by using the --private, or -p option.
gisterm create secret.txt --privatePeople reading on npm: if you can't find something, there may be a chance of seeing an updated README with more explanations here.
1.0.0
8 years ago