polydox:一次将多个文件传送到dox

时间:2024-06-09 12:48:03
【文件属性】:

文件名称:polydox:一次将多个文件传送到dox

文件大小:155KB

文件格式:ZIP

更新时间:2024-06-09 12:48:03

JavaScript

多态性 一次将多个文件到中。 为什么 原始的dox CLI工具: $ dox < utils.js ...JSON... 这个简单的想法在多文件项目中变得复杂。 这是您的选择: 在将文件管道传输到dox之前,先将Concat文件: $ cat source/ * .js | dox ...LINE NUMBERS LOST... Concat dox输出: $ for file in source/ * .js ; do dox $file ; done ...NOT VALID JSON... 狂野的骇客。 但不用担心! 现在您有了polydox : $ polydox source/ * .js [ { // …usual dox output, plus one property: " sourceFile " : " source/a.js "


【文件预览】:
polydox-master
----.coveralls.yml(46B)
----module()
--------index.js(148B)
--------bin()
----.jshintrc(1KB)
----.gitattributes(2KB)
----Readme.md(3KB)
----.jshintignore(271B)
----test.js(54B)
----.travis.yml(187B)
----test()
--------index.test.js(227B)
--------bin.test.js(29B)
--------mock-cwd()
--------bin()
----Readme()
--------Soundboard.gif(149KB)
----License.md(1KB)
----.editorconfig(841B)
----.gitignore(328B)
----module.js(32B)
----package.json(2KB)

网友评论