1.0.4 • Published 4 years ago

md2ml v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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