
# kwikr

[![Dependency Status](https://david-dm.org/yomena/kwikr.svg)](https://david-dm.org/yomena/kwikr)
[![npm version](https://badge.fury.io/js/kwikr.svg)](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.
