Node module to create a markdown link.
What it does:
- Fetches title from webpage at given url
- Generates markdown link this this format:
[title](url)
- Copies link to system clipboard (ready for pasting into your markdown file 👻)
node index.js [url]
$ node index.js google.com
Will generate and copy this markdown to your system clipboard:
[Google](google.com)
@sindresorhus for