文件名称:opta:收集用户的输入。 CLI,交互式提示和JS接口
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-09 19:46:05
JavaScript
Opta 我们都有选择的余地 从cli标志,交互式提示和JS输入收集用户输入。 用法 $ npm i opta const opta = require ( 'opta' ) // Create an opta instance const opts = opta ( { options : { time : { type : 'number' } , hello : { default : 'hello' } , world : { default : 'world' } } } ) // .cli() returns an instance of yargs, // configured with the options const yargsInstance = opts . cli
【文件预览】:
opta-master
----index.js(8KB)
----package.json(886B)
----.github()
--------FUNDING.yml(21B)
--------SECURITY.md(331B)
--------workflows()
--------CONTRIBUTING.md(443B)
--------CODE_OF_CONDUCT.md(298B)
----test()
--------index.js(8KB)
--------fixtures()
----LICENSE(748B)
----.gitignore(2KB)
----CHANGELOG.md(3KB)
----.npmrc(19B)
----README.md(3KB)