文件名称:tsdoc-xml:CLITypescript事物,可将TSDoc转换为XML
文件大小:137KB
文件格式:ZIP
更新时间:2024-05-01 14:18:30
TypeScript
用于从TS和TSDoc生成XML的工具。 这是一个进行中的工作,目前没有任何用处。 跑步 git clone git@github.com:wvbe/tsdoc-xml cd tsdoc-xml npm link cd ../my-ts-project tsdoc-xml my-ts-file.ts 发展 保持npm start运行,这是一个监视任务,它将该项目的TS编译为在tsdoc-xml可执行文件中运行的tsdoc-xml代码。
【文件预览】:
tsdoc-xml-master
----.gitignore(34B)
----package.json(1KB)
----package-lock.json(543KB)
----src()
--------types.d.ts(117B)
--------util()
--------index.ts(71B)
--------runForFile.ts(2KB)
----bin()
--------tsdoc-xml.js(827B)
----LICENSE(1KB)
----tsconfig.json(1KB)
----.github()
--------workflows()
----README.md(401B)
----test()
--------blah.test.ts(122B)