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