Skip to content
/ ciriuc Public

Cli for creating React (Redux) function and classbased components

Notifications You must be signed in to change notification settings

Dionid/ciriuc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ciriuc

Helps you with creating react components.

Stack

This is technologies cli is using with:

  1. React
  2. classnames (classnames/bind to be clear)
  3. SCSS
  4. Flow
  5. Redux*

*-optional

Result

You will get structure like this:


path/to/directory/${ComponentName}
  - ${ComponentName}.js
  - ${ComponentName}.scss
  - package.json

Base API:

This will create component directory with .js, .scss and package.json


  crc comp path/to/directory/${ComponentName}

Functional

For functional component use flag -f OR --functional


  crc comp path/to/directory/${ComponentName} -f

Redux

For Redux connect use flag -r OR --redux


  crc comp path/to/directory/${ComponentName} -r

About

Cli for creating React (Redux) function and classbased components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published