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
Currently, if I'm inside of a plop action and want to run a add or addMany, my option is really reduced to making a new generator and running the generator's generator.runActions.
yeah, I would just look at PR plopjs/node-plop#58. It was put up a long time ago and I always meant to merge it, but I wanted to see if I could get the full plop API injected into the function. Anyway, it might be worth just merging it as is.
I think I agree with you, though. I'd rather inject the API into plopAPI itself. I have a branch where I'm working on just that. I'll see if I can clean it up this week
Currently, if I'm inside of a
plop action
and want to run aadd
oraddMany
, my option is really reduced to making a new generator and running the generator'sgenerator.runActions
.It would be really nice if instead of this:
We could have something like this:
To run a single action from the plop API
The text was updated successfully, but these errors were encountered: