cra-generate icon indicating copy to clipboard operation
cra-generate copied to clipboard

Allow customizable component root dir

Open rthor opened this issue 7 years ago • 0 comments

Not all projects keep components in the src directory, allow changes.

$ cra-generate --root-dir='app' foo
> /app/components/Foo/Foo.js

rthor avatar Jul 22 '17 13:07 rthor