Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aravindballa/node-gister
- Owner: aravindballa
- Created: 2017-11-29T11:30:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T13:15:08.000Z (about 7 years ago)
- Last Synced: 2024-09-14T09:46:01.955Z (4 months ago)
- Topics: command-line-tool, gist-client, github, node-js
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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
```
## ContributorsThanks 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!