Bash script that creates a React component with an empty stylesheet. Perfect for prototyping rapidly!
- Download the
crc.sh
file - Move it into your
$PATH
directory - Give it an alias
alias crc = "crc.sh"
- Run from anywhere by typing
crc <YOUR_COMPONENT_NAME>
.
Running crc Card
will create the following folder structure
Card
├── Card.jsx
└── Card.scss