cra-generate
cra-generate copied to clipboard
Scaffold a React component.
Adds support to scaffold typescript components. Resolves #14 Here is what the typescript files look like after scaffolding ```typescript // ClassComponent.tsx import * as React from 'react'; import './ClassComponent.css'; class...
Hello, thank you for this handy project! I found a small bug that I'd like to provide a fix for. I set up Sass for my CRA project [per the...
For js-in-css projects, we don't want a css file for components. Would be nice to have a project setting to skip that, like we can already skip the tests.
https://github.com/yeoman/update-notifier
Not all projects keep components in the src directory, allow changes. ```sh $ cra-generate --root-dir='app' foo > /app/components/Foo/Foo.js ```
Add support for TS generated components.