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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T13:15:08.000Z (about 8 years ago)
- Last Synced: 2025-01-19T08:18:10.041Z (about 1 year 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
[](#contributors)
[](https://github.com/aravindballa/node-gister)
[]()
[](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!