A CLI tool for make blogging faster.
This is a command line tool that wraps the hugo new
command.
It performs the following operations,
index.md
in contents/posts/<article-name>/
hugo
and git
.
``` USAGE: rugo [SUBCOMMAND]
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS: help Prints this message or the help of the given subcommand(s) new create new post with git branching ```
TODO