1.0.3 • Published 6 years ago

gister-cli v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

node-gister

npm

A simple node package which creates GitHub Gist from files via command line. 📝

Installation

npm install -g gister-cli

Usage

gister-cli f <filename>

Example:

gister-cli f test-file.js

Building in local

First, do a npm install and build the package

npm run build

and

node build/gister.js f <filename>