ready-app
is a CLI for scaffolding web apps. It's basically a git clone
of https://github.com/zgreen/webpack-boilerplate with a few bells and whistles.
This is a work-in-progress.
Install as a global...
npm install -g ready-app
or don't, and use npx
ready-app --dir=my-app
ready-app react --dir=my-app
ready-app elm --dir=my-app
... you get the idea.