yeoman-environment
TypeScript icon, indicating that this package has built-in type declarations

4.4.0 • Public • Published

Yeoman Environment

npm Build Status Coverage Status Gitter

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.

import { createEnv } from 'yeoman-environment';

// The #lookup() method will search the user computer for installed generators
// The search if done from the current working directory
await env.lookup();
await env.run('angular', { skipInstall: true });

For advance usage, see our API documentation for latest yeoman-environment.

API documentation for yeoman-environment v2.x.

License

BSD-2-Clause © Yeoman

Package Sidebar

Install

npm i yeoman-environment

Homepage

yeoman.io

Weekly Downloads

809,295

Version

4.4.0

License

BSD-2-Clause

Unpacked Size

121 kB

Total Files

38

Last publish

Collaborators

  • sindresorhus
  • sboudrias
  • eddiemonge
  • addyosmani
  • mischah
  • zckrs
  • ulisesgascon
  • mshima
  • ruyadorno