You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, plugins can only hook into existing CLIs.
Allow plugins to define their own CLIs.
- provider-react
- add-component.gs
g -p react add-component
Need re-design on the architecture, since this is not ideal in term of allowing users to use custom CLI without explicitly calling the plugins. May be g add-component or g react-add-component should look into the plugins folder without the --provider option
The text was updated successfully, but these errors were encountered:
For now, plugins can only hook into existing CLIs.
Allow plugins to define their own CLIs.
Need re-design on the architecture, since this is not ideal in term of allowing users to use custom CLI without explicitly calling the plugins. May be
g add-component
org react-add-component
should look into the plugins folder without the --provider optionThe text was updated successfully, but these errors were encountered: