Grunt-es-dependency-graph
- 授权协议: BSD
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/yahoo/grunt-es-dependency-graph
软件介绍
Grunt-es-dependency-graph 能够在ES6 模块文件中生成具有依存关系树的 JSON 文件。
代码示例:
grunt.initConfig({
depGraph: {
production: {
options: {
includeBindings: true,
moduleName: function (importPath, modulePath) {
return path.join(path.dirname(modulePath), importPath);
}
},
src: ['src/*.js'],
dest: 'dist/dependencies.json'
}
}
});
Game Engine Architecture, Second Edition
Jason Gregory / A K Peters/CRC Press / 2014-8-15 / USD 69.95
A 2010 CHOICE outstanding academic title, this updated book covers the theory and practice of game engine software development. It explains practical concepts and techniques used by real game studios,......一起来看看 《Game Engine Architecture, Second Edition》 这本书的介绍吧!
JSON 在线解析
在线 JSON 格式化工具
RGB HSV 转换
RGB HSV 互转工具
