0.0.6 • Published 6 years ago
creac v0.0.6
Create React Component
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-componentCreating single component
$ creac myComponent
$ creac components/myComponentOutput single
Component folder structure
myComponent
├── myComponent.js
├── myComponent.spec.jsAuthor
License
MIT