links-on-terminal
v1.0.1
Published
Create links on your terminal
Readme
links-on-terminal
An npm package to create hyperlinks on your terminals. Created this when I wanted a hyperlink to my local node server.
How to get this in your project
npm install links-on-terminal
How to use it
const myLink = require('links-on-terminal');
console.log(myLink('This is the link to my website', 'https://www.google.com');
