Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 573 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 573 Bytes

Cheat Sheet Parser

Tool for parsing markdown files with snippets into interactive cheat sheets in HTML form.

Example

You can find an example of the parsed cheat sheet on: https://coderscrew.github.io/cheatsheet-parser/react-hooks.html

Usage

  1. Install dependencies with yarn install.
  2. Run yarn start to parse example file from cheatsheets folder to HTML file.
  3. Go to docs folder and open react-hooks.html file. It will be a site parsed from the example markdown file.
  4. Now you can create your own cheat sheets and parse them into HTML websites.