scaffold-app
v1.0.4
Published
A cli to scaffold web development folder structure
Downloads
5
Readme
SCAFFOLD-APP - app scaffold cli
Description
This is a cli tool for scaffolding a new app.
Usage
npm install -g scaffold-app
scaffold-app create <option> <APPNAME>
Options
$ scaffold-app --help
Usage: scaffold-app <command> [options] <APP NAME>
Options:
-V, --version output the version number
-h, --help output usage information
--web create a basic web application directory structure
--bootstrap adds the latest bootstrap cdn to the index file (--web option must be present)
--test scaffolds with a test/app.spec.js file (--web option must be present)
Commands:
create [options] <APP NAME> scaffold a new app
Dependencies
- commander
- chalk
- fs
Author
License
MIT