egg-turkey
v0.1.2
Published
A framework based on Egg.js for building enterprise-level applications.
Readme
egg-turkey
A framework based on Egg.js for building enterprise-level applications.
Description
Egg-turkey is an enhanced framework based on Egg.js, providing additional features and tools for building robust, scalable enterprise-level applications.
Features
- 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
Installation
$ npm install egg-turkey --saveUsage
Initialize
$ npx egg-turkey-initUse in your Egg.js project
// package.json
{
"name": "your-project",
"dependencies": {
"egg-turkey": "^0.0.1"
}
}// app.js
module.exports = app => {
// your app logic
};Configuration
Please refer to Egg.js Configuration for basic configuration.
License
Author
Egg-turkey Team
