create-react-component

0.0.4 • Public • Published

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

/create-react-component/

    Package Sidebar

    Install

    npm i create-react-component

    Weekly Downloads

    107

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • michalzalecki