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

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

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