html-patche
v1.0.13
Published
A simple static site generator that uses ejs
Downloads
4
Maintainers
Readme
html-patche v1.0.9
installation
$ npm i -g html-patche
initializing a project
$ html-patche -i sample-project
$ cd sample-project
running a dev server
$ html-patche -d
building the project
$ html-patche -b # the website is saved ina build folder
Fixes for the new version of the html-patche
Fixed crashing when using the
-b
option.