Tool for parsing markdown files with snippets into interactive cheat sheets in HTML form.
You can find an example of the parsed cheat sheet on: https://coderscrew.github.io/cheatsheet-parser/react-hooks.html
- Install dependencies with
yarn install
. - Run
yarn start
to parse example file fromcheatsheets
folder to HTML file. - Go to
docs
folder and openreact-hooks.html
file. It will be a site parsed from the example markdown file. - Now you can create your own cheat sheets and parse them into HTML websites.