cra-generate
cra-generate copied to clipboard
Allow customizable component root dir
Not all projects keep components in the src directory, allow changes.
$ cra-generate --root-dir='app' foo
> /app/components/Foo/Foo.js