# bs-react-cli

> A CLI for help you to create components on a fast way.

Latest version **1.0.1** (published 2019-11-15) · ISC license · 0 weekly downloads

## Install

```sh
npm install bs-react-cli
pnpm add bs-react-cli
yarn add bs-react-cli
bun add bs-react-cli
```

Provides the command `bs-cli`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2019-11-15 |
| First published | 2019-11-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 19.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | andersonancilon |
| Keywords | React, Create components, CLI |

## Links

- npm: https://www.npmjs.com/package/bs-react-cli
- npm.io page: https://npm.io/package/bs-react-cli

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^3.0.0
- [figlet](https://npm.io/package/figlet.md) ^1.2.4
- [inquirer](https://npm.io/package/inquirer.md) ^7.0.0
- [commander](https://npm.io/package/commander.md) ^4.0.1

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2019-11-15
- 1.0.0 — 2019-11-15

## README

# Create components easily
### A CLI for help you to create components on a fast way.

## How to install

> On a terminal, just type this:
> 
> - npm i -g **bs-react-cli**
>
> - **or** yarn add global **bs-react-cli**

## How to use

> For function components:
>
> - *bs-cli* component componentName **-t** func
>
> For class components:
> - *bs-cli* component componentName **-t** class


## Parameters

> **-t** *type*
> 
> Default value: class
> Avaliable values: 
> - class (class based component);
> - func (function based component).

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