arminbro

Results 6 comments of arminbro

We now support any component filename format. Please check the PR above ☝️for more details.

Hi @stephyswe, based on your request, it sounds like you need custom component templates. Thankfully you're in luck because GRC already supports this feature. You can read more @ [custom-component-templates](https://github.com/arminbro/generate-react-cli#custom-component-templates)....

Hey @mrboen94, You can generate `.md` files with GRC. You just need to use [custom-component-templates](https://github.com/arminbro/generate-react-cli#custom-component-templates) as well. **Step 1 Create your custom markdown template (e.g. path of the custom markdown...

I'm leaning toward updating the GRC default templates to use `templatename` instead of `TemplateName`. This change will ensure the format matches how users type it in the command prompt. I...

Thanks for the feedback, @john-gill-acn. As we discussed, I've adjusted to using the `templatename` casing. The update is available with the latest version of GRC.