0.0.3 • Published 5 years ago

qdd-cli v0.0.3

Weekly downloads
12
License
-
Repository
-
Last release
5 years ago

qdd-cli

A simple CLI for scaffolding Vue.js projects.

安装

npm i qdd-cli -g

Usage

# help
qdd-cli --help

# create a project
qdd-cli create my-project

prompts

{
  "prompts": {
    "name": {
      "type": "string",
      "required": true,
      "message": "Project name"
    }
  }
}

License

MIT