Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aravindballa/node-gister

🎉 A simple node package which creates GitHub Gist from files via command line.
https://github.com/aravindballa/node-gister

command-line-tool gist-client github node-js

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        



[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors)
[![Travis](https://img.shields.io/travis/rust-lang/rust.svg?style=flat-square)](https://github.com/aravindballa/node-gister)
[![npm](https://img.shields.io/npm/dm/gister-cli.svg?style=flat-square)]()
[![Help Contribute to Open Source](https://www.codetriage.com/aravindballa/node-gister/badges/users.svg)](https://www.codetriage.com/aravindballa/node-gister)

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

### Installation

```shell
npm install -g gister-cli
```

### Usage

```shell
gister-cli f
```

Example:

```shell
gister-cli f test-file.js
```

### Building in local

First, do a `npm install` and build the package

```shell
npm run build
```

and

```shell
node build/gister.js f
```
## Contributors

Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

| [
Aravind Balla](http://aravindballa.com)
[💻](https://github.com/aravindballa/node-gister/commits?author=aravindballa "Code") [🤔](#ideas-aravindballa "Ideas, Planning, & Feedback") [👀](#review-aravindballa "Reviewed Pull Requests") | [
abiduzz420](https://medium.com/@abiduzair420)
[💻](https://github.com/aravindballa/node-gister/commits?author=abiduzz420 "Code") [👀](#review-abiduzz420 "Reviewed Pull Requests") |
| :---: | :---: |

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!