ready-app
v0.3.1
Published
A CLI for scaffolding a web app.
Maintainers
Readme
Ready app
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.
Caveats
This is a work-in-progress.
Install
Install as a global...
npm install -g ready-appor don't, and use npx
Use
Scaffold a vanilla JS app into my-app
ready-app --dir=my-appScaffold a React app into my-app
ready-app react --dir=my-appScaffold an Elm app into my-app
ready-app elm --dir=my-app... you get the idea.
