# create-egg

[![NPM version][npm-image]][npm-url]
[![Node.js CI](https://github.com/eggjs/create-egg/actions/workflows/nodejs.yml/badge.svg)](https://github.com/eggjs/create-egg/actions/workflows/nodejs.yml)
[![Test coverage][codecov-image]][codecov-url]
[![NPM download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/create-egg.svg?style=flat-square
[npm-url]: https://npmjs.org/package/create-egg
[codecov-image]: https://codecov.io/gh/eggjs/create-egg/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/eggjs/create-egg
[download-image]: https://img.shields.io/npm/dm/create-egg.svg?style=flat-square
[download-url]: https://npmjs.org/package/create-egg

Alias for [egg-init](https://github.com/eggjs/egg-init), so you could use `npm init egg showcase`.

Thanks to `npm init` feature introduced at npm@6, see [npm-init](https://docs.npmjs.com/cli/init) for more details.

## Usage

```bash
npm init egg showcase
npm init egg showcase --type=simple
```

[MIT](LICENSE)

<!-- GITCONTRIBUTOR_START -->

## Contributors

|[<img src="https://avatars.githubusercontent.com/u/227713?v=4" width="100px;"/><br/><sub><b>atian25</b></sub>](https://github.com/atian25)<br/>|[<img src="https://avatars.githubusercontent.com/u/3297859?v=4" width="100px;"/><br/><sub><b>sinchang</b></sub>](https://github.com/sinchang)<br/>|[<img src="https://avatars.githubusercontent.com/u/156269?v=4" width="100px;"/><br/><sub><b>fengmk2</b></sub>](https://github.com/fengmk2)<br/>|[<img src="https://avatars.githubusercontent.com/u/106730421?v=4" width="100px;"/><br/><sub><b>jasonjiicloud</b></sub>](https://github.com/jasonjiicloud)<br/>|
| :---: | :---: | :---: | :---: |


This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Tue Nov 28 2023 13:41:55 GMT+0800`.

<!-- GITCONTRIBUTOR_END -->
