文件名称:prompt-choices:此存储库已存档,请改用“查询者”
文件大小:90KB
文件格式:ZIP
更新时间:2024-06-05 11:57:37
select checkbox prompt choice multi-select
即时选择 创建一个由多个选择对象组成的数组,以供在提示中使用。 请考虑关注该项目的作者 ,并考虑为该项目以显示您的 :red_heart: 和支持。 安装 使用安装: $ npm install --save prompt-choices 用法 var Choices = require ( 'prompt-choices' ) ; var choices = new Choices ( [ 'foo' , 'bar' , 'baz' ] ) ; 原料药 创建一个新的Choices集合。 参量 choices {Array} :一个或多个choice字符串或对象。 例子 const choices = new Choices ( [ 'foo' , 'bar' , 'baz' ] ) ; const choices = new Choices ( [ { name : 'foo' } , {
【文件预览】:
prompt-choices-master
----.eslintrc.json(4KB)
----.gitignore(302B)
----package.json(2KB)
----.npmrc(19B)
----.travis.yml(127B)
----LICENSE(1KB)
----index.js(19KB)
----.verb.md(1KB)
----examples()
--------pointer.js(250B)
----README.md(13KB)
----lib()
--------choice.js(6KB)
--------utils.js(1KB)
----.gitattributes(128B)
----docs()
--------prompt-groups.gif(83KB)
----test()
--------choice.js(5KB)
--------choices.js(28KB)
--------utils.js(355B)
----.editorconfig(289B)