create-func-component
v1.0.1
Published
An NPM Package will create functional component javascript and css module file.
Readme
About
Create Func Component will create react functional component file and css module file.
Installation
$ npm install -g create-func-componentCreating a component
$ cfc rootComponent
$ cfc components/folderComponentComponent folder structure
src
├── components
├── FolderComponent.js
├── FolderComponent.module.css
├── RootComponent.js
├── RootComponent.module.css
├── app.js
├── index.jsAuthor
License
MIT
