Global cli #130
Replies: 1 comment
-
Although generate-react-cli is primarily designed for React, it can be customized to work with other frameworks. By setting up custom component templates and specifying custom file structures in your generate-react-cli.json configuration, you can adapt it for non-react projects. This isn’t an officially supported feature, but it’s possible with these configuration tweaks. Also, since both Angular and Ember have their own dedicated CLIs, you may find their tools better suited for those frameworks. Someone recently asked a similar question on Twitter about using generate-react-cli in a Vue project. They were able to successfully integrate it by applying the same setup tweaks I recommended here. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Can the cli be made global,lets say like Angular JS and/or Ember JS?
Beta Was this translation helpful? Give feedback.
All reactions