UNPKG

chameleon-linter

Version:

cml规范校验工具

10 lines (7 loc) 211 B
const bulk = require('bulk-require'); const toolExports = bulk(__dirname, '!(index).js'); let tools = {}; Object.values(toolExports).forEach(tool => { Object.assign(tools, tool); }); module.exports = tools;