文件名称:node-tail:零依赖的Node.js模块,用于尾部文件
文件大小:55KB
文件格式:ZIP
更新时间:2024-06-01 10:42:31
nodejs coffeescript logs npm-package tail
尾巴 零依赖的Node.js模块,用于尾部文件 用 :red_heart: ( TOC {:toc} 安装 npm install tail 用 Tail = require ( 'tail' ) . Tail ; tail = new Tail ( "fileToTail" ) ; tail . on ( "line" , function ( data ) { console . log ( data ) ; } ) ; tail . on ( "error" , function ( error ) { console . log ( 'ERROR: ' , error ) ; } ) ; 如果要停止尾巴: tail . unwatch ( ) 要再次开始观看: tail . watch ( ) 配置 唯一必需的参数是文件尾部的路径。 var fileToTail = "/pa
【文件预览】:
node-tail-master
----.gitignore(75B)
----package.json(810B)
----package-lock.json(167KB)
----src()
--------tail.js(8KB)
----LICENSE(1KB)
----_config.yml(223B)
----.github()
--------FUNDING.yml(66B)
--------workflows()
--------dependabot.yml(127B)
----README.md(4KB)
----.mocharc.json(149B)
----misc()
--------package.json(44B)
--------package-lock.json(661B)
--------test.js(403B)
--------producer.rb(369B)
--------end2endtest.sh(254B)
----.npmignore(117B)
----test()
--------test.js(9KB)