Skip to content

Commit

Permalink
🎨 增加skybase框架统计系统文件
Browse files Browse the repository at this point in the history
  • Loading branch information
kongnet committed Sep 18, 2019
1 parent ebb46fb commit 30e9042
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.9.110](https://github.com/kongnet/sky/compare/v0.9.109...v0.9.110) (2019-09-18)


### :sparkles:

* 增加api统计功能 ([cf76a86](https://github.com/kongnet/sky/commit/cf76a86))



## [0.9.109](https://github.com/kongnet/sky/compare/v0.9.108...v0.9.109) (2019-09-16)


Expand Down
2 changes: 2 additions & 0 deletions exampleConfig/skybaseFramework.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@ function genConfig (obj) {
},
sql: {},
'README.md': [path.join(dir, 'README.md.tpl'), obj, 'README.md项目说明文件'],
'README_stat.md': [path.join(dir, 'README_stat.md'), obj, 'README_stat.md项目说明文件'],
'package.json': [path.join(dir, 'package.json.tpl'), obj, 'package.json'],
'.gitignore': [path.join(dir, '.gitignore'), obj, 'Git忽略文件列表'],
'.editorconfig': [path.join(dir, '.editorconfig'), obj, 'editorconfig'],
'.eslintignore': [path.join(dir, '.eslintignore'), obj, 'eslintignore'],
'.istanbul.yml': [path.join(dir, '.istanbul.yml'), obj, 'istanbul'],
'sonar-project.properties': [path.join(dir, 'sonar-project.properties.tpl'), obj, 'sonar扫描配置'],
'index.js': [path.join(dir, 'index.js.tpl'), obj, '主启动文件'],
'index_stat.js': [path.join(dir, 'index_stat.js.tpl'), obj, '统计主启动文件'],
'.gitlab-ci.yml': null,
www: {}
}
Expand Down

0 comments on commit 30e9042

Please # to comment.