0.0.6 • Published 8 years ago

md-link v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

md-link

A command like tool to generate a Markdown link for the given URL.

md-link

Install

$ npm install md-link -g

Example

The md-link command takes a URL as first argument, and generates the Markdown link text.

$ md-link https://github.com/
[GitHub · Where software is built](https://github.com/)

Debugging

To enable debug logging, launch the node process with DEBUG=true followed by the command.

$ DEBUG=true md-link
0.0.6

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.1

9 years ago