splat
Splats a bunch of configuration stuff into a directory. ESLint, Prettier, EditorConfig... All that good stuff.
Installing
npm i -g splat
Basic usage
# 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 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