# kickjs
<p align="center">
<a href="https://github.com/andrevenancio/kickjs/blob/develop/LICENCE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="licence"/></a>
    <a href="https://david-dm.org/andrevenancio/kickjs"><img src="https://david-dm.org/andrevenancio/kickjs.svg" alt="Dependency Status"></a>
</p>
kickjs is an ES6 boilerplate template system for quick prototyping.
It allows you to quickly start a new project simply by typing `kickjs` from your Terminal window.
You'll be prompted to type the projects `name` (mandatory) and `description` (optional). You can choose several of the built in templates (default, react, electron+react).

![screencast](./screencast.gif)

## Installation
Make sure you have [node.js](http://nodejs.org/) installed.
```shell
npm install -g kickjs
```

## Templates
Templates are installed as sub-modules. The original source can be found [here](https://github.com/andrevenancio/kickjs-templates)
