$ npm install -g jekyll-cli
$ jkl new [options] <PATH> Creates a new Jekyll site scaffold in PATH
$ jkl post [options] <TITLE> Create a new post
$ jkl watch [options] Watch the changes locally
$ jkl sass [options] Compile Sass stylesheets
$ jkl git Setup git repository
$ jkl deploy [options] Deploy to GitHub
Display command help documentation
$ jkl post -h
Usage: post [options] <TITLE>
Options:
-h, --help output usage information
-d, --drafts As a draft
--ext <NAME> Specify the extension name (Defaults to md)
Licensed under the MIT License.