1.0.6 • Published 4 years ago

bs-create-component v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Create components easily

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

How to install

On a terminal, just type this:

  • npm i -g bs-create-component

  • or yarn add global bs-create-component

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

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago