DEVELOPMENT ENVIRONMENT

~liljamo/canwa

ref: 6dafe02c43a4cf353077f225d796c3e8b7cf79a3 canwa/justfile -rw-r--r-- 234 bytes
6dafe02cJonni Liljamo feat: add --dry-run 2 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
_default:
    just --list

run *ARGS:
    cargo run -- {{ARGS}}

test *ARGS:
    cargo test {{ARGS}}

gen-license-html:
    ~/.cargo/bin/cargo-about generate --config cargo-about/about.toml cargo-about/about.hbs > static/license.html