An open API service indexing awesome lists of open source software.

https://github.com/splode/to-md

Node library to build markdown files with YAML front matter from HTML files.
https://github.com/splode/to-md

Last synced: about 2 months ago
JSON representation

Node library to build markdown files with YAML front matter from HTML files.

Awesome Lists containing this project

README

          

# to-md

> An HTML to markdown with YAML front matter conversion tool build with node.js.

## Usage
Run with the following CLI command:
````
node arg.js input.html output.md
````