New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ciriuc

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ciriuc

React component generator

latest
Source
npmnpm
Version
1.2.11
Version published
Maintainers
1
Created
Source

ciriuc

Helps you with creating react components.

Stack

This is technologies cli is using with:

  • React
  • classnames (classnames/bind to be clear)
  • SCSS
  • Flow
  • 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

Keywords

react

FAQs

Package last updated on 26 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts