builder-cli
v0.2.1
Published
A front-end builder
Downloads
8
Maintainers
Readme
builder-cli
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.