# 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
