Closed dnozay closed 9 years ago
Just type yo --help
. yo generator --help
provide help for that specific generator.
What would you like more as help information?
the list of subgenerators for generators that are installed.
in this code:
exports.generatorsFromEnv = function (env) {
return arrayUniq(Object.keys(env.getGeneratorsMeta()).map(exports.namespaceToName));
};
you already have all the generators, but then you shrink down the list to the namespaces instead of generators.
yo --generators
is meant for programmatic consumption and only contains the top level ones. I've made yo --help
output subgenerators too.
This actually doesn't work..I have 10 folders in the generators dir but only the app is listed when running yo mygenerator --help
I'm trying to find that particular command that I always mis-type. But the help is of no help.