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
- Host: GitHub
- URL: https://github.com/eggjs/create-egg
- Owner: eggjs
- License: mit
- Created: 2018-09-28T02:36:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T07:54:29.000Z (over 2 years ago)
- Last Synced: 2025-10-07T18:44:12.505Z (9 months ago)
- Topics: egg, egg-init
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 28
- Watchers: 13
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# create-egg
[![NPM version][npm-image]][npm-url]
[](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`.