gist-hub
v3.0.5
Published
Command line tool for adding snippet files to GitGub Gist
Downloads
7
Readme
Gist-Hub
Command Line tool for uploading snippets to GitHub Gist
Pet project where I hope to add a new feature or improve existing functionality on a weekly basis! Sure it's only a bit of craic!
Installation
npm install -g gist-hub
Usage
## Commands
gist init ## Configure the application with username and password
gist reset ## Reset the application configuration
gist view ## View user gists with ability to delete
gist <path-to-file> ## Create new Gist
## Options
-p is gist private <Boolean>
-d custom description <String>
-r id of gist to be deleted
## Example
gist myAwesomeFile.js -p true -d "my custom description"
## Delete a Gist
gist -u myusername -d gistId
What's new version 3.0.3
- Updated view of gists
- ES6 - Babel - lint - travis.ci
- Nothin' much else other than a lot of refactoring!
Contributing
Always welcome new contributors! Fork -> create a branch - run the linter (npm run lint
) and submit a pull request!