0.3.2 • Published 9 years ago
kwikr v0.3.2
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 kwikrRun the following commands from your desired directory
kwikr new <Project_Name>
cd <Project_Name>
npm install
gulp initThat'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.