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.
- Host: GitHub
- URL: https://github.com/splode/to-md
- Owner: Splode
- Created: 2017-06-29T23:01:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T15:33:38.000Z (over 8 years ago)
- Last Synced: 2025-05-17T11:07:50.205Z (10 months ago)
- Language: HTML
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
````