README
jkpost
a cli tool to generate a new jekyll post like 'hexo new post'
Install
$ npm install --g jkpost
Cli
a cli tool to generate a new jekyll post like 'hexo new post'
Usage
$ jkpost [post title] [post type (Default: markdown)]
Examples
$ jkpost myawesomepost markdown
$ jkpost dairy md
License
MIT © trnhoe