https://github.com/oscarotero/gist-runner
Simple script to run github gist files in localhost
https://github.com/oscarotero/gist-runner
gist gist-client localhost
Last synced: 4 months ago
JSON representation
Simple script to run github gist files in localhost
- Host: GitHub
- URL: https://github.com/oscarotero/gist-runner
- Owner: oscarotero
- License: mit
- Created: 2018-12-12T15:15:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T16:39:53.000Z (over 6 years ago)
- Last Synced: 2024-12-28T06:21:49.458Z (6 months ago)
- Topics: gist, gist-client, localhost
- Language: JavaScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gist-runner
Simple script to run github gist files in localhost with support for markdown files.
## Install
```sh
npm i -g gist-runner
```## Usage
Search all gists of a specific user:
```sh
gist-search oscarotero
```Run this gist: https://gist.github.com/oscarotero/36b1c7f06e94bcd4656f42b7fab6567b
```sh
gist-runner 36b1c7f06e94bcd4656f42b7fab6567b
```Open the gist in http://localhost:8080