No description
.gitignore | ||
cmd.go | ||
go.mod | ||
go.sum | ||
hunter.go | ||
Makefile | ||
README.md |
Hunter
From comment hunter, Mastodon, Mammoths... I don't like it either, but I want to start coding :P
$ hunter --help
Usage: hunter <command> [flags]
Flags:
-h, --help Show context-sensitive help.
--debug Enables debug mode.
Commands:
parse <file> [flags]
Parses a file looking for a frontmatter key.
statuses <url> [flags]
Gets statuses for a given URL.
Run "hunter <command> --help" for more information on a command.
Roadmap
- Add a proper CLI
- Add support for templates (YAML should be implemented that way instead of through a yaml lib)
- Embed the basic templates
- Add a subcommand to recursively parse a directory looking for files with a given key in frontmatter and generate outputs through a template for those files