# egg-api **Repository Path**: sbotlp/egg-api ## Basic Information - **Project Name**: egg-api - **Description**: 用Egg框架提供一个包含权限认证,缓存方案,REST接口风格的简单项目。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2019-12-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # egg-api ### how to use ```bash git clone https://github.com/erchoc/egg-api.git cd egg-api && npm i npm run dev ``` ### Commit 提交规范 > 根据 angular 规范提交 commit, 这样 history 看起来更加清晰,还可以自动生成 changelog。 ``` ():