文件名称:listr:终端任务列表
文件大小:246KB
文件格式:ZIP
更新时间:2024-04-20 06:43:10
JavaScript
列表器 终端任务列表 安装 $ npm install --save listr 用法 const execa = require ( 'execa' ) ; const Listr = require ( 'listr' ) ; const tasks = new Listr ( [ { title : 'Git' , task : ( ) => { return new Listr ( [ { title : 'Checking git status' , task : ( ) => execa . stdout ( 'git' , [ 'status' , '--porcelain' ] ) . then ( result => { if ( result !== '' ) { throw new Error (
【文件预览】:
listr-master
----.gitattributes(12B)
----.github()
--------funding.yml(20B)
--------security.md(179B)
--------workflows()
----example.js(2KB)
----lib()
--------listr-error.js(152B)
--------utils.js(665B)
--------state.js(369B)
--------task.js(4KB)
--------task-wrapper.js(1023B)
--------renderer.js(801B)
----media()
--------skipped.png(125KB)
--------observable.gif(22KB)
--------screenshot.gif(115KB)
----license(1KB)
----test()
--------exit-on-error.js(5KB)
--------output.js(737B)
--------fixtures()
--------test.js(5KB)
--------utils.js(634B)
--------skip.js(3KB)
--------stream.js(751B)
--------concurrent.js(1KB)
--------enabled.js(1KB)
--------task-wrapper.js(2KB)
--------tty.js(1024B)
--------subtask.js(536B)
--------renderer.js(425B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitignore(25B)
----index.js(2KB)
----readme.md(11KB)
----package.json(1KB)