0.0.5 • Published 6 years ago

create-react-component-ts v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Generate React Component

Usage: createReactComponent [options] <name>

  Options:

    -h, --help                output usage information
    -V, --version             output the version number
    -s, --styles [extension]  styles extension [default: css]

Install

npm i -g create-react-component

Example

create-react-component Alert -s scss

will create

Alert
├── Alert.js
├── Alert.jsx
├── Alert.scss
└── index.js