WOWis a tool for quickly generating Jekyll article templates。It is small but useful. It saves your time, you just need to write wow articles.
Run with Terminal.app
> git clone https://github.com/liaoyuanng/wow.git
> cd wow
> ./install.sh
if you get
permission denied: ./install.sh
error, run
chmod 755 install.sh
and try again.
Run with Terminal.app
$ wow // filename only date,default path
or
$ wow -p filePath // filename only date,specify the path
or
$ wow -n fileName // Date + file name,default path
- -p, setup path of output, "/user/document/WOW_POST" by default.
- -n, setup file name.
or
- Latest Xcode
MIT.
Welcome to issue if you have questions.
