1.0.4 • Published 3 years ago

react-simplifee v1.0.4

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

React Simplifee

Easy to use CLI which helps you create react components using the CLI.

https://www.npmjs.com/package/react-simplifee

Installation

npm i --save-dev react-simplifee

Usage

simplifee [command] [component-name] <options>

Commands

  1. create - Create a react component file (short).
  2. create-component - Create a react component file.
  3. help - Get help.

Options

  1. -ts, --typescript - Defines if typescript will be used.
  2. -c, --class - Defines if the component will use class component.
  3. -jsx, --jsx - Defines if the file will have a .jsx extension.
  4. -n, --native - Defines if the component is from React Native.

Example

simplifee create components/shared/Button --typescript --native