I'm working on a yeoman generator and migrating it to typescript.
I followed a tutorial.
it said to use cpy-cli to copy the src/**/templates folder into generators/**/templates when building it.
i tried, but running npx cpy **/templates ../generators -cwd=src like the tutorial shows, it doesn't do anything.
how do i get this to work?
*
self promo, the project