splat
Version:
Splats a bunch of project configs/defaults to a folder
33 lines (20 loc) • 741 B
Markdown
splat
Splats a bunch of configuration stuff into a directory. ESLint, Prettier, EditorConfig... All that good stuff.
# Installing
```
npm i -g splat
```
# Basic usage
```bash
Splat "default" template into current working directory
splat
Splat "react" template into "./myApp"
splat --template react myApp
```
# Defining templates
Currently not possible (only uses "my" defaults at the moment)!
File an issue and I'll take the time to add it :)
# Attribution
Thanks to [Mihai Tomescu](https://github.com/matomesc) for donating the package name. If you're looking for the module that renders mustache templates in your express apps, install `splat@0.0.0`.
# License
MIT © [Espen Hovlandsdal](https://espen.codes/)