node-dashdash:Node.js的轻量,功能强大且显式的选项解析库

时间:2024-05-22 02:49:50
【文件属性】:

文件名称:node-dashdash:Node.js的轻量,功能强大且显式的选项解析库

文件大小:77KB

文件格式:ZIP

更新时间:2024-05-22 02:49:50

JavaScript

一个针对node.js的轻量,功能强大且显式的选项解析库。 。 tl; dr:我尝试过的其他问题是太松散的鹅毛(未明确显示),太大/过多的探员或指定的疾病之一。 YMMV。 安装 npm install dashdash 活动版本 版本2.x放弃了对早于节点10.x的节点版本的支持。 虽然我不希望主动破坏功能,但是新更改将不再在较早版本上进行测试。 -该版本支持回节点版本0.10.x. 用法 var dashdash = require ( 'dashdash' ) ; // Specify the options. Minimally `name` (or `names`) and `type` // must be given for each. var options = [ { // `names` or a single `name`. First


【文件预览】:
node-dashdash-master
----.eslintrc.json(402B)
----.github()
--------workflows()
----CHANGES.md(11KB)
----LICENSE.txt(1KB)
----lib()
--------dashdash.js(36KB)
----TODO.txt(297B)
----etc()
--------dashdash.bash_completion.in(14KB)
----examples()
--------custom-option-intGteZero.js(1KB)
--------hello.js(701B)
--------foo.js(2KB)
--------custom-option-arrayOfCommaSepString.js(1KB)
--------custom-option-fruit.js(2KB)
--------custom-option-time-ago.js(2KB)
--------help.js(942B)
--------date.js(526B)
--------option-groups.js(1KB)
--------ddcompletion.js(3KB)
--------custom-option-duration.js(2KB)
----test()
--------basics.test.js(32KB)
----.prettierrc(154B)
----README.md(18KB)
----Makefile(2KB)
----.gitignore(47B)
----package-lock.json(166KB)
----package.json(1KB)

网友评论