react-snippets-cli

0.1.2 • Public • Published

React Snippets Cli

A cli for create react snippets easily

Quick Overview

cd your-react-app-dir/components
npx rsc fc TestComponent

Install

pnpm

pnpm add react-snippets-cli -g

npm

npm i react-snippets-cli -g

yarn

yarn add react-snippets-cli -g

Usage

rsc fc <displayName> [--type=type] [--out=out]

Example

Create function component

  1. css module
rsc fc test-component
  1. css in js
rsc fc test-component --type=css-in-js

Package Sidebar

Install

npm i react-snippets-cli

Weekly Downloads

6

Version

0.1.2

License

ISC

Unpacked Size

7.5 kB

Total Files

8

Last publish

Collaborators

  • taven-liu