Node.CLI-Progress:命令行终端应用程序易于使用的进度条

时间:2024-02-20 13:28:45
【文件属性】:

文件名称:Node.CLI-Progress:命令行终端应用程序易于使用的进度条

文件大小:156KB

文件格式:ZIP

更新时间:2024-02-20 13:28:45

nodejs javascript cli command-line progress-bar

| | | | CLI进度 命令行/终端应用程序易于使用的进度条 安装 $ yarn add cli-progress $ npm install cli-progress --save 产品特点 简单,坚固且易于使用 完全可定制的输出格式(可用占位符) 单进度条模式 多进度条模式 自定义栏字符 FPS限制器 根据经过时间估算ETA 自定义令牌以在栏中显示其他数据(有效载荷) TTY和NOTTY模式 无需回调-设计为纯外部控件的UI小部件 在异步和同步任务中工作 预设/主题支持 自定义栏格式器(通过回调) 用法 可以使用多个示例,例如只需尝试$ node example.js const cliProgress = require ( 'cli-progress' ) ; // create a new progress bar instance and use shades_classic theme const bar1 = new cliProgress . SingleBar ( { } , cliProgress . Presets . shades_classic


【文件预览】:
Node.CLI-Progress-master
----.eslintrc.json(58B)
----cli-progress.js(277B)
----.gitignore(111B)
----package.json(1KB)
----LICENSE.md(1KB)
----.travis.yml(63B)
----presets()
--------shades-classic.js(191B)
--------index.js(297B)
--------shades-grey.js(246B)
--------rect.js(153B)
--------legacy.js(191B)
----assets()
--------presets.png(9KB)
--------multibar.png(12KB)
--------video.gif(218KB)
--------cli-progress.gif(36KB)
----examples()
--------example-synchronous.js(2KB)
--------example-multibar.js(1KB)
--------example.js(5KB)
--------example-colorized.js(605B)
--------example-formatter.js(1KB)
--------example-align.js(656B)
--------example-notty.php(212B)
--------example-visual.js(1KB)
--------example-presets.js(592B)
----README.md(14KB)
----lib()
--------format-bar.js(442B)
--------terminal.js(3KB)
--------eta.js(2KB)
--------multi-bar.js(5KB)
--------single-bar.js(3KB)
--------generic-bar.js(6KB)
--------options.js(3KB)
--------format-value.js(480B)
--------formatter.js(3KB)
--------format-time.js(932B)
----CHANGES.md(9KB)
----CONTRIBUTE.md(509B)
----docs()
--------events.md(2KB)
----test()
--------.eslintrc.json(44B)
--------infinite.js(496B)
--------lib()
----yarn.lock(58KB)

网友评论