0.1.2 • Published 10 years ago

nickel v0.1.2

Weekly downloads
9
License
-
Repository
github
Last release
10 years ago

nickel

A simple jekyll post file creator thingy for the lazy ones.

Installation

npm install -g nickel

Usage

nickel 'my fist post'

By default this will create a .md Markdown file at the current working directory.

2013-09-1-my-first-post.md

Options

File Format

-f or --file followed by:

  • md or markdown for .md format.
  • txt or text for .txt format.

Help

-h or --help to display help.