a CLI tool to post updates to crunk-scheduler.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
909 B

# crunk-update
a CLI tool to post updates to crunk-scheduler.
## Designing CLI tools
* I actually never did this properly. currently reading [this guide](https://clig.dev/)
* [and this one](https://betterprogramming.pub/building-cli-apps-in-rust-what-you-should-consider-99cdcc67710c)
## Make working software first
* `crunk-update -p "text"` should make a paragraph of `<p>text</p>` in [crunk-scheduler](https://git.vvvvvvaria.org/crunk/crunk-scheduler)
## Learning Rust.
* [clap is a Command Line Argument Parser for Rust](https://docs.rs/clap/latest/clap/)
* [reqwest is a convenient, higher-level HTTP Client](https://docs.rs/reqwest/latest/reqwest/)
## 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.