There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A small CLI utility application that allows you to quickly make either a React Class Component or a Functional Component. Enter the name of the Component and the type you wish to make. The application would create the relevent folder structure found in React for handling src components. It would also creates the accompanying component stylesheet and test file within its component directory.