Minimal Markdown to HTML generator for beautiful documentations.
-
Install package
$ npm install -D slatify
-
Add run command to
package.json{ "scripts": { "build-html": "node node_modules/slatify/lib/slatify-cli README.md index.html" } } -
Build html
$ npm run build-html
MIT