plop icon indicating copy to clipboard operation
plop copied to clipboard

Consistency Made Simple

Results 100 plop issues
Sort by recently updated
recently updated
newest added

Similar to how React Native allows specific files to be selected for iOS/Android: https://reactnative.dev/docs/platform-specific-code#platform-specific-extensions I would like to add a feature to `plop` (and as a result: `node-plop`) that allows...

enhancement

Hi 👋 When one of the actions of a generator fails, by default, every following actions are aborted. But the process is in success (see the screenshot, the smiley on...

bug
good first issue

Hi there. Really love plop. It is making my job a lot easier now. Was wondering one thing though. How do we get the cli to display the description for...

enhancement
good first issue

One idea that's garnered a bit of attention in #181 is that we want to prepend a feature to the start of the file, similar to how `append` adds a...

enhancement
good first issue

Using version 2.1.0 Given the plopfile: ``` module.exports = function(plop) { plop.setWelcomeMessage('this is welcome message') } ``` The welcome message will not display. This happens to me as well when...

bug
good first issue

I think that it'd make this utility more powerful if both inquirer and handlebars integration were extracted to plugins to make this utility pluggable. That would allow me to provide...

enhancement

> This PR was originally made by @soulfresh in the node-plop dedicated repo and moved over by hand to me: https://github.com/plopjs/node-plop/pull/207 ### What does this PR do? Updates the append...

Mostly so that I can go `plop.getActionType('add')` (or any other built-in action) from a plopfile and get it. This PR was originally made by @yanick for the `node-plop` repo and...

`plop.load` uses the `resolve` module to resolve modules on behalf of the user. (So they don't have to `require` in the module themselves.) However v1 of `resolve` preserves symlinks by...

Built upon https://github.com/plopjs/node-plop/pull/139 but adds tests and breaks regex out to its own variable Follow-up from non-monorepo PR to `node-plop` here: https://github.com/plopjs/node-plop/pull/164