Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brynbellomy/gfm-cli
- Owner: brynbellomy
- Created: 2015-06-24T06:39:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-24T08:43:47.000Z (over 9 years ago)
- Last Synced: 2024-09-14T17:52:08.542Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ()