md2ml
v1.0.4
Published
A commend line interface for generate static blog easy
Maintainers
Readme
md2ml
A commend line interface for generate static blog easy
Installation
npm i -g md2mlUsage
install a blog
md2ml iCreate 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