gistifier

1.1.0 • Public • Published

Gistifier - A command line tool

Create a Gist from a set of file(s).

Installation

npm install -g gistifier

How to use

From your terminal go to the directory where your files reside and run,

$ gistifier push <filename1> <filename2>

To push all files in current directory top level

$ gistifier push

To make your Gist public

$ gisitifer push <filename> --public

OR

$ gisitifer push <filename> -p

Use Cases

  1. Sharing multiple files quickly
  2. Lightweight code review, as Gists can be commented upon.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    2
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i gistifier

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • surbhioberoi