houdini/lib/generators/react/component/USAGE

15 lines
437 B
Text
Raw Normal View History

2018-03-29 19:10:27 +00:00
Description:
Explain the generator
Example:
rails generate react:component name
This will create:
Creates a new React component named Name in javascripts/component/name.ts along with a corresponding Jest test
rails generate react:component parent_dir/name
This will create:
Creates a new React component named Name in javascripts/component/parent_dir/name.ts along with a corresponding Jest test