zeroleaf / bj
A simple tool that make jekyll much easier.
dev-master
2016-07-06 09:59 UTC
Requires
- php: >=7.0
- symfony/console: ^3.0
Requires (Dev)
- phpunit/phpunit: ^5.4
This package is not auto-updated.
Last update: 2025-01-18 20:35:41 UTC
README
bj
is a tool that help make jekyll much easier, current mainly used in
my personal site zeroleaf.
Install
This tool can be install by using composer:
composer global require "zeroleaf/bj=dev-master"
Commands
current, following commands are provided:
make
: Make a new article
For more information about a command, run bj make -h
, that's it.