![Caster logo](logo.png?raw=true)

Caster is a generator that creates a skeleton project containing configuration files for common tasks like testing via [jest](https://facebook.github.io/jest/), linting via [eslint](https://eslint.org/), and formatting via [prettier](https://prettier.io).

[![npm version](https://badge.fury.io/js/%40bitpshr.net%2Fcaster.svg)](https://badge.fury.io/js/%40bitpshr.net%2Fcaster)

## Usage

```sh
$ npm i -g @bitpshr.net/caster
$ caster
```

## License

[WTFPL](http://www.wtfpl.net/)
