@bitpshr.net/caster
Version:
Caster generates package skeletons pre-configured for testing, linting, and formatting.
17 lines (10 loc) • 518 B
Markdown

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).
[](https://badge.fury.io/js/%40bitpshr.net%2Fcaster)
## Usage
```sh
$ npm i -g @bitpshr.net/caster
$ caster
```
## License
[WTFPL](http://www.wtfpl.net/)