- Rust (latest version if possible, the earliest supported release is at worst 1 year old)
git clone https://github.com/arihant2math/weathercli.gitTo build, run:
cargo buildTo have a development-friendly experience, run the following commands
weather config DEVELOPMENT true
weather config DEBUG trueJust run:
cargo build -rScripts automate daily tasks
This script downloads the latest artifacts from GitHub Actions and replaces the executables in docs_templates/ with the new artifacts. A GitHub PAT is needed for the script to work.
./dev-scripts/target/debug/dev-scripts update-docs [gh token here]./dev-scripts/target/debug/dev-scripts update-index-hashes