a CLI tool to post updates to crunk-scheduler.
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
crunk-update
a CLI tool to post updates to crunk-scheduler.
Designing CLI tools
- I actually never did this properly. currently reading this guide
- and this one
Make working software first
crunk-update -p "text"
should make a paragraph of<p>text</p>
in crunk-scheduler
Learning Rust.
Readme driven development
- have crunk-scheduler do all the conversion to html in rss.
- make this as simple as possible
- post a simple text
- post markdown or html snippets
- post files
- be able to set a time when something is scheduled.