Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntwcklng/gist-create


https://github.com/ntwcklng/gist-create

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# gist-create [![Build Status](https://travis-ci.org/ntwcklng/gist-create.svg?branch=master)](https://travis-ci.org/ntwcklng/gist-create)
> Create a Gist from your CommandLine

## Install
```
$ npm install -g gist-create
```

## Usage
```
$ gist-create --help

Create a Gist from the Commandline

Usage
$ gist-create [options,]

Options
--description, -d Add a description
--public, -p Make your Gist Public (default: false)

Example
$ gist-create index.html --description "My non-public index.html file" --public false
```

## License
MIT © [Marvin Mieth](https://github.com/ntwcklng)