quick-project-cli
v1.0.0
Published
a quick seed project for js or vue or react.etc.
Downloads
5
Maintainers
Readme
quick-project-cli
Features
- Quick start project for javascript.
- And Support vue, react, less, sass.
Installation
$ npm install -g quick-project-cli
with 1 commands
- qp-cli
Quick Start
The quickest way to get started with quick-project is to utilize the executable qp-cli
to generate an application as shown below:
Create the app:
$ qp-cli /tmp/foo && cd /tmp/foo
Install dependencies:
$ npm install
Start App
$ npm run dev
Command Line Options
Quick-project-cli can also be further configured with the following command line flags.
Usage: qp-cli [options] [dir]
Options:
-V, --version output the version number
--vue add vue.js support
--react add react support
--less add less support(default)
--sass add less support(default is less)
--git add .gitignore
-h, --help output usage information