# checle-js-boilerplate

[![NPM](https://img.shields.io/npm/v/checle-js-boilerplate.svg?maxAge=2592000&style=flat-square)](https://www.npmjs.com/package/checle-js-boilerplate)
[![License](https://img.shields.io/npm/l/checle-js-boilerplate.svg?style=flat-square)](https://github.com/checle/checle-js-boilerplate/blob/master/LICENSE)
[![Coding style](https://img.shields.io/badge/code%20style-standard-blue.svg?style=flat-square)](http://standardjs.com/)
[![Dependencies](https://img.shields.io/david/checle/checle-js-boilerplate.svg?maxAge=2592000&style=flat-square)](https://david-dm.org/checle/checle-js-boilerplate)
[![Build status](https://img.shields.io/travis/checle/checle-js-boilerplate/master.svg?style=flat-square)](https://travis-ci.org/checle/checle-js-boilerplate)
[![GitHub issues](https://img.shields.io/github/issues/checle/checle-js-boilerplate.svg?style=flat-square)](https://github.com/checle/checle-js-boilerplate/issues)
[![Tonic test](https://img.shields.io/badge/npm-test-brightgreen.svg?style=flat-square)](https://tonicdev.com/npm/checle-js-boilerplate)

## Configuration

Replace the string `checle-js-boilerplate` in all files of the
repository with the name of your project. Delete this passage.

## Installation

Install this package using NPM:

    npm install checle-js-boilerplate

This project comes with a `checle-js-boilerplate` command-line interface. To make it available on your machine, install `checle-js-boilerplate` globally:

    sudo npm install checle-js-boilerplate -g

## Conventions

* [Code style](https://github.com/feross/standard/blob/master/RULES.md)
* [Naming](https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines)
* [Modules](https://github.com/mattdesl/module-best-practices)

## License

MIT © 2016 ([see for full text](./LICENSE))
