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

quickbuild

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quickbuild

A mature, feature-complete application generator with an emphasis on speed

latest
Source
npmnpm
Version
1.5.6
Version published
Weekly downloads
61
6000%
Maintainers
1
Weekly downloads
 
Created
Source

npm version npm JavaScript Style Guide badgen.net license

quickbuild

A mature, feature-complete application generator with an emphasis on speed.

Installation

$ npm install quickbuild -g

Quick Start

The quickest way to get started with quickbuild is to utilize the executable without arguments. This will launch an interactive UI that guides you through creating a new application

$ quickbuild

Pass the following argument to install dependencies for your project

$ quickbuild --install

Usage

$ quickbuild --help

  Usage
    $ quickbuild <option>

  Options
   -v, --version           output the version number
       --verbose           enable verbose mode
   -q, --quickestbuild     create generic boilerplate
   -n, --name              enter your project name
   -i, --install           install project dependencies
   -g, --git               initialize git
       --mit               add MIT license
       --apache            add Apache 2.0 license
       --bsd               add BSD 2-Clause license
   -u, --unlicensed        create an unlicensed project

  Examples
    $ quickbuild
    $ quickbuild --git
    $ quickbuild --git --bsd
    $ quickbuild -u -g --install --verbose
    $ quickbuild -n "some project" --git --apache

Available templates

Prerequisite

  • Node.js 4 or later

Keywords

quickbuild

FAQs

Package last updated on 03 Mar 2021

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