plopjs/plop
Auf GitHub ansehenCustom ActionTypes do not work when bypassing prompts (used with plop.load)
Open
#315 geöffnet am 6. März 2022
buggood first issue
Repository-Metriken
- Stars
- (6.845 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Hi everyone,
first of all, thank you for all the great work. Now back to my problem. In my package plop-action-eslint, I try to add tests for the custom type. It works when I cd into the package and run yarn plop but does not when I run yarn plop Template \"Test\". You'll see the screenshots of the issue in my PR https://github.com/natterstefan/plop-action-eslint/pull/1/files here.
What am I missing? You can use my repository to reproduce what I am talking about.
Thanks for your help.