gistm

1.0.2 • Public • Published

gistm

Fetch gist files from Github

Installation

npm i -g gistm

Usage

$ gistm <gist url>

or

$ gistm <username>/<gist id>

Options

--destination, -d: Folder where the files will be placed. Defaults to the current working directory.

This option can be placed in your package.json inside a gistm key:

{
  "name": "my-package",
  "version": "1.0.0",
  ...
  "gistm": {
    "destination": "./src/lib"
  }
}

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i gistm

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • guilhermehn