rc-tool
v1.0.1
Published
React cli tool
Downloads
9
Readme
rc-tool
React cli tool
🛠️ Installation
npm i -g rc-tool
💻 Usage
rc-small COMPONENT_NAME
: Create a component with index.jsx/styles.jsx.rc-big COMPONENT_NAME
: Create a component with index.jsx/styles.jsx/view.jsx.
Example
rc-small Button