creac

0.0.6 • Public • Published

Create React Component

NPM version NPM downloads

About

Create React Component folder works on macOS, Windows, and Linux.
It creates React component folder structure with one command.

Quick Overview

$ npm install --save-dev create-react-component
$ npx creac myComponent

(npx comes with npm 5.2+ and higher, see [instructions for older npm versions]

Tutorial

Installation

$ npm install --save-dev create-react-component

Creating single component

$ creac myComponent
$ creac components/myComponent

Output single

Component folder structure

myComponent
├── myComponent.js
├── myComponent.spec.js

Author

License

MIT

Package Sidebar

Install

npm i creac

Weekly Downloads

5

Version

0.0.6

License

MIT

Unpacked Size

576 kB

Total Files

14

Last publish

Collaborators

  • natejcho