create-component-app icon indicating copy to clipboard operation
create-component-app copied to clipboard

Tool to generate different types of React components from the terminal. 💻

Results 12 create-component-app issues
Sort by recently updated
recently updated
newest added

Hi, great project thanks! 👍🏻 I'm having an issue with using the config file. I've created it in the project root and would like to use `includeStories`: `config.json` ``` {...

Resolves #76 I don't include `.ts` since only `.tsx` supports jsx syntax

Hi, Thanks for this tool that will change the way we work. I like your generator (without template) but I would like to have the ability to have semicolons after...

v2

I'd like to be able to alter the default path (`./src/components`) in a template and still suggest a path change to the user. So if I'm using my `containers` template...

help wanted
v2

If it isn't already supported, it'd be awesome to support TypeScript files in this project as well.

help wanted
v2

Hi again! I tried setting `"componentMethods": ["render"],` in my .ccarc. This results in the following: ``` class template extends Component { constructor(props) { super(props) }     render(){} render() { return (...

v2

Even when specifying a `templateName` in a config file, the "Do you wanna choose a template" prompt comes up. It seems like now that the config object is a combination...

As a user, I want use create-component-app in my tools / node-application. Make exportable the function to create components passing the config object.

help wanted
v2

As a user, I want to create a tree configuration object to create directly from one file the components structure.

help wanted

It would be great to don't call the script in the directory where `.ccarc` is but rather call it from some child directory eg. `src/main/components`. What create-component-app can do then...

help wanted