md2ml
v1.0.4
Published
A commend line interface for generate static blog easy
Downloads
1
Maintainers
Readme
md2ml
A commend line interface for generate static blog easy
Installation
npm i -g md2ml
Usage
install a blog
md2ml i
Create a new post
Create new-post.md with author jack
md2ml create -f 'new-post.md' -a 'jack'
build into html
cd into the folder than you install and run
md2ml build