My use case:
I want to run runGenerators for all nested **/*.tpl.ts files inside a folder.
What do you think about runGenerators(['**/*.tpl.ts'], { cwd: __dirname }) with https://www.npmjs.com/package/fast-glob ?
That way I also can explicitly exclude certain files.
