opnr:满足 ndjson 条件时启动浏览器

时间:2024-06-30 06:55:26
【文件属性】:

文件名称:opnr:满足 ndjson 条件时启动浏览器

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-30 06:55:26

JavaScript

运营商 process.stdin并在使用带有url和type: 'connect'的消息时启动浏览器type: 'connect' 。 它查找具有以下格式的 JSON 对象: { type : 'connect' , url : 'some-page.com' } URL 被解析为地址,因此上面的内容将默认浏览器打开到http://some-page.com/ 。 您可以使用--type字段配置要侦听的操作。 这可以与发出 ndjson 的 CLI 工具一起使用,例如 : # launch the browser once an available port is found budo index.js | opnr 用法 Usage: opnr [opts] Opts: --type the " type " to launch on, defualt "


【文件预览】:
opnr-master
----.gitignore(56B)
----README.md(2KB)
----example.js(386B)
----package.json(977B)
----index.js(772B)
----LICENSE.md(1KB)
----.npmignore(96B)

网友评论