construct-cli
v1.0.0
Published
Static Site Generator In Node
Downloads
1
Readme
Construct
A Simple Static Site Generator Written In Node
Usage
Install the cli:
$ npm install -g construct-cli
Create a new folder, and create a new site inside of it
$ mkdir site
$ cd site
$ construct new
Build the site
$ construct build