md-linker

0.0.4 • Public • Published

md-linker

Node module to create a markdown link.

npm version

What it does:

  1. Fetches title from webpage at given url
  2. Generates markdown link this this format: [title](url)
  3. Copies link to system clipboard (ready for pasting into your markdown file 👻)

Usage

node index.js [url]

Example

$ node index.js google.com

Will generate and copy this markdown to your system clipboard:

[Google](google.com)

Credits

@sindresorhus for

Package Sidebar

Install

npm i md-linker

Weekly Downloads

3

Version

0.0.4

License

Apache-2.0

Unpacked Size

2.02 kB

Total Files

3

Last publish

Collaborators

  • danielmoi