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 startto parse example file fromcheatsheetsfolder to HTML file. - Go to
docsfolder and openreact-hooks.htmlfile. 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.