This repository contains code to create cheat sheets in HTML on the base of markdown files.
$ git clone https://github.com/Jumace/CheatSheetGenerator && cd CheatSheetGenerator
$ npm installBuild the cheat sheet by running:
npm run buildStart the web server by running:
npm run startAfterwards navigate to papers.
While in development or creating of a new cheat sheet you can run the watcher:
npm run watch