Skip to content
πŸ₯š Born to build better enterprise frameworks and apps with Node.js & Koa
JavaScript Shell
Branch: master
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github docs: add promo link (#3995) Oct 21, 2019
app feat: add application level Cookie options (#4086) Dec 7, 2019
config feat: add application level Cookie options (#4086) Dec 7, 2019
docs docs(typescript): Add --noEmit to unittest example code (#4250) Apr 7, 2020
lib fix: use new URL instead of url.parse (#4048) Nov 15, 2019
scripts chore: skip docs deploy at ci cron (#1268) Aug 2, 2017
test test: fix doctools path on windows (#4090) Dec 9, 2019
.autod.conf.js deps: use circular-json-for-egg to remove deprecate message (#3211) Nov 19, 2018
.eslintignore docs: fix const define (#1249) Jul 28, 2017
.eslintrc test: add async test case (#339) Feb 9, 2017
.gitignore fix(types): import types from egg-core (#3545) Mar 21, 2019
.travis.yml feat: add application level Cookie options (#4086) Dec 7, 2019
CONTRIBUTING.md docs: change egg-init to `npm init egg` (#3588) Apr 9, 2019
CONTRIBUTING.zh-CN.md docs: change egg-init to `npm init egg` (#3588) Apr 9, 2019
History.md chore: fix typo (#4234) Mar 26, 2020
LICENSE fix: allow request timeout bigger than agent timeout (#3146) Nov 11, 2018
README.md docs: update readme (#3968) Oct 11, 2019
README.zh-CN.md docs: update readme (#3968) Oct 11, 2019
agent.js feat: add BaseHookClass (#3581) Apr 16, 2019
appveyor.yml test: fix doctools path on windows (#4090) Dec 9, 2019
index.d.ts docs: update bodyParser types and doc (#4192) Mar 18, 2020
index.js feat: add BaseHookClass (#3581) Apr 16, 2019
package.json test: fix doctools path on windows (#4090) Dec 9, 2019

README.md

NPM version NPM quality build status Test coverage David deps Known Vulnerabilities npm download Open Collective backers and sponsors

Features

  • Built-in Process Management
  • Plugin System
  • Framework Customization
  • Lots of plugins

Quickstart

Follow the commands listed below.

$ mkdir showcase && cd showcase
$ npm init egg --type=simple
$ npm install
$ npm run dev
$ open http://localhost:7001

Node.js >= 8.0.0 required.

Documentations

Contributors

contributors

How to Contribute

Please let us know how can we help. Do check out issues for bug reports or suggestions first.

To become a contributor, please follow our contributing guide.

Sponsors and Backers

sponsors backers

License

MIT

You can’t perform that action at this time.