/CheatSheetGenerator

First draft of a cheat sheet generator on the base of markdown files

Primary LanguageHTMLMIT LicenseMIT

Cheat Sheet Generator

This repository contains code to create cheat sheets in HTML on the base of markdown files.

Installation

$ git clone https://github.com/Jumace/CheatSheetGenerator && cd CheatSheetGenerator
$ npm install

Developing

Building

Build the cheat sheet by running:

npm run build

Starting

Start the web server by running:

npm run start

Afterwards navigate to papers.

Watching

While in development or creating of a new cheat sheet you can run the watcher:

npm run watch

Licensing

Licensed under MIT