-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add experimental codes for plop #1217
base: main
Are you sure you want to change the base?
Conversation
|
I can't see the picture of the goal... |
@seiya0914 cc: @jinmayamashita
sample script// sample.ts
plop.generateCode({ generator: '../path/plopfile.js'}) |
@jinmayamashita 2024-03-25.17.30.07.mov |
@seiya0914 Nice! Is it possible to generate a file without going through the plop prompt? Lines 9 to 13 in 1618fef
(Can we use "bypass" for that?) https://plopjs.com/documentation/#3rd-party-prompt-bypass |
FYI @ptrkdan @seiya0914 |
Pull Request Checklist
console.log()
)npm run test:cli
)npm run test:modules
)npm run e2e
)Description
This PR is to share the basic usage for plop.js.
Related Issue #1190
2024-03-19.18.44.47.mov