Skip to content

Repository files navigation

npm versionnpmJavaScript Style Guidebadgen.netlicense

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

About

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

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages