0.2.1 • Published 6 years ago

builder-cli v0.2.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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.