plop icon indicating copy to clipboard operation
plop copied to clipboard

Consistency Made Simple

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

Dear Plop, I am using Nodejs and would like to generate a Solidity file with placeholders ( from my React.js frontend). Question: Is that possible, or can you point me...

``` Plop.prepare({ cwd: argv.cwd, configPath: path.join(__dirname, 'plopfile.js'), preload: argv.preload || [], completion: argv.completion }, env => Plop.execute(env, run)); ``` I want to one prompt to ask and remaining bypass with...

Hi everyone, first of all, thank you for all the great work. Now back to my problem. In my package [plop-action-eslint](https://www.npmjs.com/package/plop-action-eslint), I try to add tests for the custom type....

bug
good first issue

### _[Example Repo](https://github.com/bradgarropy/plop-issue)_ # Bypassing Checklist Prompts With No Options Selected I created a minimal reproduction of the issue by creating a `pizza` generator where you select from three possible...

and that prompt has when doesn't show too here's the prompt in the middle of list. ``` ts //... { type: "input", name: "name", message: "Project name(private)", validate: (e) =>...

bug
documentation

Add an example code for the "append" method.

> This PR was originally made by @rwacarter in the node-plop dedicated repo and moved over by hand to me: https://github.com/plopjs/node-plop/pull/192 Fixes the issue I mentioned in plopjs/plop#324, where Handlebars...

First off: amazing lib, incredibly useful 👏 💯 The only thing we're currently missing is to be able to use helpers in comments. We're using Plop to make "create" packages....

enhancement

I was stuck for a while trying to get addMany to work, my issues turned out to be a minor typo in a property name. `templateFile` should have been `templateFiles`....

enhancement
good first issue

> We need help testing this feature: https://github.com/plopjs/plop/issues/297#issuecomment-1707715626 Today, we support: - ESM `.js` plopfile - ESM `.mjs` plopfile - CSM `.js` plopfile - CSM `.cjs` plopfile It would be...

enhancement