# builder-cli

> A front-end builder

Latest version **0.2.1** (published 2018-06-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install builder-cli
pnpm add builder-cli
yarn add builder-cli
bun add builder-cli
```

Provides the command `builder`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.1 |
| Published | 2018-06-25 |
| First published | 2018-06-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.0.0 |
| Dependencies | 6 |
| Unpacked size | 5.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Bowen |
| Maintainers | bowenbowen |
| Keywords | front-end, front-end-kit, cli, fe, fe-kit, builder, starter |

## Links

- npm: https://www.npmjs.com/package/builder-cli
- Repository: git@github.com:lbwa/builder-cli
- Homepage: https://github.com/lbwa/builder-cli#readme
- Issues: https://github.com/lbwa/builder-cli/issues
- npm.io page: https://npm.io/package/builder-cli

## Dependencies (6)

- [ora](https://npm.io/package/ora.md) ^2.1.0
- [chalk](https://npm.io/package/chalk.md) ^2.4.1
- [inquirer](https://npm.io/package/inquirer.md) ^6.0.0
- [cli-table](https://npm.io/package/cli-table.md) ^0.3.1
- [commander](https://npm.io/package/commander.md) ^2.15.1
- [download-git-repo](https://npm.io/package/download-git-repo.md) ^1.0.2

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 0.2.1 (latest) — 2018-06-25
- 0.1.0 (beta) — 2018-06-23
- 0.2.0 — 2018-06-25

## README

# builder-cli [![npm](https://img.shields.io/npm/v/builder-cli.svg)](https://www.npmjs.com/package/builder-cli) [![Build Status](https://travis-ci.org/lbwa/builder-cli.svg?branch=master)](https://travis-ci.org/lbwa/builder-cli)

A simple CLI for scaffolding front-end projects.

## Feature

- Support download remote templates by custom or default

## Installation

- Using `yarn`

```bash
yarn global add builder-cli
```

- Using `npm`

```bash
npm install -g builder-cli
```

## Usage

```bash
builder init <project-name>

# for example
builder init my-awesome-project
```

## Download templates

```bash
# 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.

---
_Source: https://npm.io/package/builder-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
