@tmsfe/jsdocmd
v0.0.2
Published
A cli tool to generate docs
Downloads
6
Keywords
Readme
jsdocmd md文档生成工具
jsdocmd exec -c tmsdoc.config.js
md文档生成命令
jsdocmd exec -c tmsdoc.config.js
js文件注释
配置文件格式(支持两种)
module.exports = {
[resolve('../../library/tms-bridge/lib')]: {
title: 'tms-jsbridge',
outputPath: '../../prod/tmsapidocs/docs/tmsbridge/api.md',
beforeAppend: '---\nsidebarDepth: 2\n--- \n\n ',
},
};