Yeoman Environment
Handles the lifecycle and bootstrapping of generators in a specific environment
It provides a high-level API to discover, create and run generators, as well as further tuning of where and how a generator is resolved.
Install
$ npm install yeoman-environment
Usage
Full documentation available here.
const yeoman = ;const env = yeoman; // The #lookup() method will search the user computer for installed generators// The search if done from the current working directoryenv;
For advance usage, see our API documentation.
License
BSD-2-Clause © Yeoman