An arcticle generator with markdown
##Intall
npm install -g markpost
##Use
- help: markpost -h \n
- init: markpost init
- create: markpost create
##Init
Create your director
> $mkdir [content] & cd [content]Init markpost
> $markpost init##Create Posts files
Save your markdown files in the articles folder. And execute the command:
>$markpost create