3.0.5 • Published 7 years ago

gist-hub v3.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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

3.0.5

7 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.1.7

7 years ago

2.1.6

7 years ago

2.1.5

7 years ago

2.1.4

7 years ago

2.1.3

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago