Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brynbellomy/gfm-cli

Queries the GitHub API to render Github Flavored Markdown from the terminal
https://github.com/brynbellomy/gfm-cli

Last synced: about 1 month ago
JSON representation

Queries the GitHub API to render Github Flavored Markdown from the terminal

Awesome Lists containing this project

README

        

Queries the GitHub API to render Github Flavored Markdown from the terminal.

# install

```sh
$ npm install -g gfm-cli
```

# use

If you have `test.md` from which you want to create a `test.html` and set the `` element to `My page`, use:

```sh
$ gfm-cli -b test -t 'My page'
```

There will now be a `test.html` next to `test.md`.

# license

ISC

# authors / contributors

- bryn austin bellomy ()