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.
crunk 6d3537c084 rust tutorial: nicer error message 10 months ago
src rust tutorial: nicer error message 10 months ago
.gitignore forgot ignore 10 months ago
Cargo.toml adding rewquest for post requests 10 months ago
LICENSE trying something new 10 months ago
README.md trying something new 10 months ago

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

Make working software first

  • crunk-update -p "text" should make a paragraph of <p>text</p> in crunk-scheduler

Existential crisis

  • ideally a tool on your machine should be easy to install
  • python versions, venvs etc feels more like a problem here than in a web application
  • attempt to write something in go?

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