Skip to content

FiShelly/quick-project-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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] [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

License

MIT

About

a quick seed project for js or vue or react.etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published