gen-webapp
v2.0.6
Published
to generator a project quickly by given conditions
Downloads
12
Maintainers
Readme
gen-webapp
To generator a project quickly by given conditions
Install
You can install the latest version of the package using npm:
npm install -g gen-webapp
Usage
create project by type:
cosmos create <app-name>
-d, --usedefault :Skip prompts and use default template type
-p, --path :Path to create your project
-t, --type :Template type
create project by given remote repository url:
cosmos init <app-name> <template>
-p, --path : Path to create your project
Tips
- make sure the folder is clean otherwise the commander will rewrite all the files
- make sure you have the authority to explore gitlab.alibaba-inc.com's repositories
- nodejs version > 9.0.0
- Mac is better