1.0.3 • Published 8 years ago
gister-cli v1.0.3
node-gister
A simple node package which creates GitHub Gist from files via command line. 📝
Installation
npm install -g gister-cliUsage
gister-cli f <filename>Example:
gister-cli f test-file.jsBuilding in local
First, do a npm install and build the package
npm run buildand
node build/gister.js f <filename>