react-create icon indicating copy to clipboard operation
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.

Results 3 react-create issues
Sort by recently updated
recently updated
newest added

Fork from https://github.com/saidmoya12/react-create Include new utilities for react component or reducer creation. Temporally removed package creation.

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...