New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

quick-project-cli

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quick-project-cli

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

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

quick start project

FAQs

Package last updated on 13 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts