文件名称:提示:❯轻巧,美观且用户友好的交互式提示
文件大小:7.23MB
文件格式:ZIP
更新时间:2024-02-19 11:18:14
nodejs cli interface command-line prompt
❯提示 轻巧,美观和用户友好的交互式提示> _易于使用的CLI提示来查询用户的信息▌ 简单:提示有也不是分解成小小的模块,只有很好地协同工作。 用户友好:提示使用布局和颜色创建漂亮的cli界面。 承诺:使用promise和async / await 。 没有回调地狱。 灵活:所有提示都是独立的,可以单独使用。 可测试的:提供一种以编程方式提交答案的方法。 统一:所有一致体验。 ❯安装 $ npm install --save prompts 该软件包支持节点6及更高版本 ❯用法 const prompts = require ( 'prompts' ) ; ( async ( ) => { const response = await prompts ( { type : 'number' , name : 'value' , message : 'How old are you?' , validate : value => value < 18 ? `Nightclub is 18+ only` : true } ) ;
【文件预览】:
prompts-master
----.github()
--------funding.yml(63B)
--------ISSUE_TEMPLATE()
--------workflows()
----example.js(3KB)
----prompts.png(20KB)
----.babelrc(165B)
----lib()
--------elements()
--------prompts.js(9KB)
--------util()
--------dateparts()
--------index.js(3KB)
----media()
--------multiselect.gif(779KB)
--------confirm.gif(303KB)
--------example.gif(985KB)
--------split.png(439B)
--------text.gif(800KB)
--------select.gif(384KB)
--------autocomplete.gif(1.62MB)
--------date.gif(943KB)
--------list.gif(495KB)
--------password.gif(600KB)
--------invisible.gif(263KB)
--------number.gif(444KB)
--------toggle.gif(373KB)
----license(1KB)
----.travis.yml(80B)
----test()
--------prompts.js(2KB)
--------util.js(1KB)
----.editorconfig(244B)
----.gitignore(37B)
----index.js(386B)
----readme.md(28KB)
----package-lock.json(136KB)
----package.json(1KB)