UNPKG

generate-hackmd-links

Version:

Automatically generate hackmd pads for your markdown file

26 lines (15 loc) 386 B
# generate-hackmd-links > Automatically generate hackmd pads for your markdown file ## Install ``` npm i -S generate-hackmd-links ``` ## Usage This will look for a Markdown link of the form `[whatever](HACKMD)`. It will replace `HACKMD` with a new [hackmd.io](http://hackmd.io/) pad. ``` hackmd-link README.md ``` ## Contribute Please! ## License MIT © 2016 Richard Littauer