abircb / quickbuild

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

Home Page:https://www.npmjs.com/package/quickbuild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://www.npmjs.com/package/quickbuild

License:Apache License 2.0


Languages

Language:JavaScript 45.5%Language:SCSS 15.2%Language:HTML 11.2%Language:Dart 8.5%Language:Python 4.8%Language:TypeScript 4.5%Language:CSS 2.3%Language:Pug 2.1%Language:Less 1.8%Language:Handlebars 1.4%Language:Shell 0.8%Language:Vue 0.6%Language:Ruby 0.6%Language:Makefile 0.2%Language:CoffeeScript 0.2%Language:Dockerfile 0.1%Language:Swift 0.1%Language:Kotlin 0.1%Language:Objective-C 0.0%