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
When trying to adjust the code to use whitespaces, plop currently returns the following error:
[PLOP] Too many bypass arguments passed
I'd love to hear your advice on this.
The text was updated successfully, but these errors were encountered:
silicakes
changed the title
Support multiple component generation in one go using whitespaces as a separator
Support multiple component generation in one go using whitespaces as a delimiter
May 29, 2023
In other generators, you can run something like:
$ whatever generate componentA componentB componentC
While trying to achieve this with plop, I got the following solution:
This allowed the feature to work using commas to delimit the different files, i.e:
When trying to adjust the code to use whitespaces, plop currently returns the following error:
[PLOP] Too many bypass arguments passed
I'd love to hear your advice on this.
The text was updated successfully, but these errors were encountered: