Skip to content

step-security-bot/environment

This branch is 1 commit ahead of, 2 commits behind yeoman/environment:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dba834a · Feb 7, 2025
Feb 7, 2025
May 17, 2023
May 18, 2023
Jan 24, 2025
Jan 24, 2025
Mar 9, 2017
Oct 21, 2023
May 7, 2023
May 5, 2023
May 5, 2023
Feb 1, 2021
May 5, 2023
Oct 14, 2024
Feb 1, 2021
Mar 25, 2018
Jan 24, 2025
Jan 24, 2025
Oct 1, 2024
May 18, 2023

Repository files navigation

Yeoman Environment

npm NPM Test 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

About

Yeoman runtime environment

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.0%
  • TypeScript 46.0%