1.0.0 • Published 6 years ago

quick-project-cli v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

quick-project-cli

NPM Version NPM Downloads

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

 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

License

MIT

1.0.0

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago