node-plop icon indicating copy to clipboard operation
node-plop copied to clipboard

programmatic plopping for fun and profit

Results 2 node-plop issues
Sort by recently updated
recently updated
newest added

this implements this proposal: https://github.com/amwmedia/plop/issues/105#issuecomment-355843821 TODO: - [x] unittest describing what happens if you have multiple mixins

In `plop.setActionType` the third parameter ("plopfileApi") has now a new function as property `runActions(actions, data)` You can pass an array of `actions`, so that your custom action type will invoke...