create-dexapp
v1.0.2
Published
[Command line for create a project with your own templates](https://medium.com/@pongsatt/how-to-build-your-own-project-templates-using-node-cli-c976d3109129)
Downloads
2
Readme
create-dexapp
Command line for create a project with your own templates
usage
basic usage
$ create-dexapp
args
$ create-dexapp --name=project-name --template=template-name --install=false
| arg | descreiption | default | | - | - | - | | name | project-name | | | template | a valid template name | | |install| install dependencies | false |