Skip to content

Command Line tool for uploading snippets to GitHub Gist

Notifications You must be signed in to change notification settings

robbiegleeson/gistHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gist-Hub

NPM

GistHub NPM

Command Line tool for uploading snippets to GitHub Gist

NPM

npm

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!

Contributors

About

Command Line tool for uploading snippets to GitHub Gist

Resources

Stars

Watchers

Forks

Packages

No packages published