1 Star 0 Fork 1

王竞闲/eggjs

forked from Gitee 极速下载/eggjs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.autod.conf.js 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
'ues strict';
module.exports = {
write: true,
plugin: 'autod-egg',
prefix: '^',
devprefix: '^',
exclude: [
'test/fixtures',
'examples',
'docs',
'run',
],
devdep: [
'autod',
'autod-egg',
'eslint',
'eslint-config-egg',
'egg-bin',
'egg-doctools',
'egg-plugin-puml',
'egg-view-nunjucks',
],
dep: [
'@types/accepts',
'@types/koa',
'@types/koa-router',
],
semver: [
'koa-bodyparser@2',
],
test: 'scripts',
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wywxy/eggjs.git
git@gitee.com:wywxy/eggjs.git
wywxy
eggjs
eggjs
master

搜索帮助