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
510960011f
|
1 year ago | |
---|---|---|
src | 1 year ago | |
.gitignore | 1 year ago | |
Cargo.toml | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year 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
- and this one
Make working software first
crunk-update -p "text"
should make a paragraph of<p>text</p>
in crunk-scheduler- this is now possible and working. up next we should make some CLI flags such as --help
- and look up how to schedule a post
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.