
# React Shortcuts CLI

A Smart way to create React Component Boilerplate which includes (jsx , css and test files) at one's fingertips



## Installation

Install this project with npm

```bash
  npm i react-shortcuts-cli
```
    
## How To use 

move into the directory where you want to create the boilerplate 

```bash
  cd ..name of directory..
```
then,

```bash
  rs Component_name 
``` 

Note :

## Features

- Creates React boilerplate superfast ⌚
- Easy Syntax 👨‍💻
- Auto Adaptable (Typescript / Jsx)
- light-weight ⚡


## Note

- This cli creates react functional components 
- Only Valid React Component names to be used 
