Gistbuilder is a command-line tool to create GitHub gists from Markdown files. It will pull all the Markdown code blocks from a Markdown file and create a multi-file gist.
Gistbuilder was first introduced in the article Create Beautiful Embedded Code Without the Hassle of Creating Github Gists on Medium. Read the article here.
To get started using gistbuilder:
- Clone the repo to your local machine.
- Run
npm install -g
to install the gistbuilder cli. - Run
gistbuilder --help
to display usage.