Crates.io | rugo |
lib.rs | rugo |
version | 0.1.3 |
source | src |
created_at | 2021-01-14 15:28:41.223556 |
updated_at | 2021-01-14 17:48:49.902011 |
description | A command line tool that wraps the hugo command. |
homepage | |
repository | https://github.com/shiomiyan/hn |
max_upload_size | |
id | 341969 |
size | 18,846 |
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