0.1.0 • Published 7 months ago

jkl v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

jkl

utils for jekyll: npm install -g jkl

commands

new

Create a new post:

$ jkl new i-love-jkl
created : ./2014-02-09-i-love-jkl.md

If you're in a jekyll project, it'll default to the _posts folder:

$ jkl new i-love-jkl
created : ./_posts/2014-02-09-i-love-jkl.md

You can also specifiy a directory:

$ jkl new i-love-jkl _drafts
created : ./_drafts/2014-02-09-i-love-jkl.md

rm

Delete a post.

$ jkl rm i-love-jkl
deleted : ./2014-02-09-i-love-jkl.md

This has the same behaviour as new, in that the default for a Jekyll project will be _posts. You can specify a directory.

draft

Like new, but defaults to the _drafts folder.

license

MIT

0.1.0

7 months ago

0.0.2

11 years ago

0.0.1

11 years ago