Skip to content

CLI for generating static HTML cheat sheets from markdown files.

Notifications You must be signed in to change notification settings

CodersCrew/cheatsheet-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CLI for generating static HTML cheat sheets from markdown files.

Resources

Stars

Watchers

Forks