A framework based on Egg.js for building enterprise-level applications.
npm install egg-turkeyA framework based on Egg.js for building enterprise-level applications.
Egg-turkey is an enhanced framework based on Egg.js, providing additional features and tools for building robust, scalable enterprise-level applications.
- Built on top of Egg.js, inheriting all its powerful features
- Enhanced development experience with additional helpers and utilities
- Built-in support for various plugins and patches
- Easy to initialize and use
``bash`
$ npm install egg-turkey --save
`bash`
$ npx egg-turkey-init
`js`
// package.json
{
"name": "your-project",
"dependencies": {
"egg-turkey": "^0.0.1"
}
}
`js``
// app.js
module.exports = app => {
// your app logic
};
Please refer to Egg.js Configuration for basic configuration.
Egg-turkey Team