npm.io
1.0.1 • Published 6 years agoCLI

bs-react-cli

Licence
ISC
Version
1.0.1
Deps
4
Size
19 kB
Vulns
0
Weekly
0

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).

Keywords