DEVELOPMENT ENVIRONMENT

~liljamo/canwa

ref: 59fec95b232dd0b1b8348e52c2f31062459a2cba canwa/justfile -rw-r--r-- 234 bytes
59fec95bJonni Liljamo feat: optionally render commonmark to html for matrix 29 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