react-create
react-create copied to clipboard
Simple React CLI that aims to speed up development by generating desired React component markup based on your preferences via the command line.
Fork from https://github.com/saidmoya12/react-create Include new utilities for react component or reducer creation. Temporally removed package creation.
Do it for humanity!!
When trying to create a component by specifying a path as below `react-create component src/Address --entry` The file is created properly in _src_ directory but the class name in the...