/react-create-components

A NodeJS script to create ReactJS components.

Primary LanguageJavaScript

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