0.0.6 • Published 4 years ago

creac v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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