An open API service indexing awesome lists of open source software.

https://github.com/eggjs/create-egg

so you could use `npm init egg showcase` to init egg project
https://github.com/eggjs/create-egg

egg egg-init

Last synced: 5 months ago
JSON representation

so you could use `npm init egg showcase` to init egg project

Awesome Lists containing this project

README

          

# 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)

## Contributors

|[
atian25](https://github.com/atian25)
|[
sinchang](https://github.com/sinchang)
|[
fengmk2](https://github.com/fengmk2)
|[
jasonjiicloud](https://github.com/jasonjiicloud)
|
| :---: | :---: | :---: | :---: |

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`.