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
I would prefer to have the possibility to change this to a custom message like this:
plop.setGenerator("demo",{prompts: [],actions: ["Adding your new page",{type: "add",path: "./page.ts",template: `<h1>Hello World</h1>`,message: "✅ Your new page was added!"},],})
Which would return
ℹ Adding your new page
✔ ++ /page.ts
Here I'd like to either remove the line ✔ ++ /page.ts, or having the possibility to change the message to ✅ Your new page was added!
Would this be possible? Thanks!
The text was updated successfully, but these errors were encountered:
I'm looking for a solution to change the default feedback when running plop. For example if we create a new page on our app; we get this:
it would return:
I would prefer to have the possibility to change this to a custom message like this:
Which would return
Here I'd like to either remove the line
✔ ++ /page.ts
, or having the possibility to change the message to✅ Your new page was added!
Would this be possible? Thanks!
The text was updated successfully, but these errors were encountered: