Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntwcklng/gist-create
https://github.com/ntwcklng/gist-create
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntwcklng/gist-create
- Owner: ntwcklng
- Created: 2016-08-13T12:19:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-14T09:13:39.000Z (over 8 years ago)
- Last Synced: 2024-04-14T13:51:23.244Z (9 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 --helpCreate 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)