list available generators by name. This method does not add the generators to the environment, and is generally useful when validating user inputs that lead to generator invocation.
filter to a specific generator by name(s)
Create a yeoman-environment instance and register generators.
Loads all generators when no list is provided.
restricts to specific generator(s)
Convenience method for loading all generator implementations in the workspace
same as this.load() with no arguments
Give the generators a namespace (prefix)
the namespace to set
Reset the environment to clear registered generators
Invoke a generator registered with the environment
generator name to run
options passed to the generator
additional arguments to run inside the generator
get the generator usage text.
Create an instance relative to a fs path. Both a generators and a templates
directory must exist in a directory above or at the provided source
path of file or directory from which the env is based
generator namespace to use, if any
Generator environment adapter to be used for generator loading, usage, and invocation.