文件名称:terminal-link:在终端中创建可点击的链接
文件大小:402KB
文件格式:ZIP
更新时间:2024-02-27 06:14:23
nodejs terminal command-line npm-package hyperlink
终端链接 在终端中创建可点击的链接 安装 $ npm install terminal-link 用法 const terminalLink = require ( 'terminal-link' ) ; const link = terminalLink ( 'My Website' , 'https://sindresorhus.com' ) ; console . log ( link ) ; API terminalLink(文本,URL,选项?) 创建一个在stdout中使用的链接。 对于不受支持的终端,该链接将在括号中以以下文字显示: My website (https://s
【文件预览】:
terminal-link-main
----.gitignore(23B)
----package.json(788B)
----.npmrc(19B)
----index.js(837B)
----test.js(3KB)
----.github()
--------workflows()
--------funding.yml(91B)
----screenshot.gif(404KB)
----license(1KB)
----readme.md(2KB)
----index.test-d.ts(584B)
----.gitattributes(19B)
----.editorconfig(175B)
----index.d.ts(2KB)