kwikr
Version:
Build static websites quickly.
28 lines (18 loc) • 680 B
Markdown
# kwikr
[](https://david-dm.org/yomena/kwikr)
[](https://badge.fury.io/js/kwikr)
A Static site generator based on Gulp and Nunjucks.
It's pre alpha, use for testing purpose only and at own risk...
## Install
```bash
npm install -g kwikr
```
Run the following commands from your desired directory
```bash
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.