npm.io
0.2.1 • Published 8 years agoCLI

builder-cli

Licence
MIT
Version
0.2.1
Deps
6
Size
6 kB
Vulns
0
Weekly
0

builder-cli npm Build Status

A simple CLI for scaffolding front-end projects.

Feature

  • Support download remote templates by custom or default

Installation

  • Using yarn
yarn global add builder-cli
  • Using npm
npm install -g builder-cli

Usage

builder init <project-name>

# for example
builder init my-awesome-project

Download templates

# Using default templates
builder init <project-name>

# Using custom templates
builder init <project-name> <owner/repo>

notice: You don't need to add <template-name>, if you want to use default remote templates.

Keywords