kwikr
v0.3.2
Published
Build static websites quickly.
Downloads
3
Readme
kwikr
A Static site generator based on Gulp and Nunjucks. It's pre alpha, use for testing purpose only and at own risk...
Install
npm install -g kwikr
Run the following commands from your desired directory
kwikr new <Project_Name>
cd <Project_Name>
npm install
gulp init
That's it! kwikr is installed and you successfully created your first project.
Run gulp watch
to automatically build on every file change or gulp
to rebuild the entire project.