# yeoman-welcome

> Yeoman welcome message used in generators

Latest version **2.0.0** (published 2025-11-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install yeoman-welcome
pnpm add yeoman-welcome
yarn add yeoman-welcome
bun add yeoman-welcome
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2025-11-01 |
| First published | 2015-01-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8 |
| Dependencies | 1 |
| Unpacked size | 2.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19 |
| Author | Yeoman |
| Maintainers | sboudrias, mischah, ulisesgascon, mshima, joshuakgoldberg, sindresorhus |
| Keywords | yeoman, character, welcome, message, msg, ascii, ansi |

## Links

- npm: https://www.npmjs.com/package/yeoman-welcome
- Repository: https://github.com/yeoman/yeoman-welcome
- Homepage: https://github.com/yeoman/yeoman-welcome#readme
- Issues: https://github.com/yeoman/yeoman-welcome/issues
- npm.io page: https://npm.io/package/yeoman-welcome

## Dependencies (1)

- [chalk](https://npm.io/package/chalk.md) ^2.4.2

## Recent versions

- 2.0.0 (latest) — 2025-11-01
- 1.0.1 — 2015-02-24
- 1.0.0 — 2015-01-20

## README

# yeoman-welcome [![CI](https://github.com/yeoman/yeoman-welcome/actions/workflows/ci.yml/badge.svg)](https://github.com/yeoman/yeoman-welcome/actions/workflows/ci.yml)

> Yeoman welcome message used in generators

![](screenshot.png)


## Install

```sh
$ npm install --save yeoman-welcome
```


## Usage

```js
console.log(require('yeoman-welcome'));
```


## License

MIT © Yeoman

---
_Source: https://npm.io/package/yeoman-welcome · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
