jekyll-cli

0.3.9 • Public • Published

Installation

$ npm install -g jekyll-cli

Getting Started

Commands

$ 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)

License

Licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i jekyll-cli

Weekly Downloads

9

Version

0.3.9

License

MIT

Last publish

Collaborators

  • jsw0528