DEVELOPMENT ENVIRONMENT

~liljamo/felu-ng

ref: 19b891163d1a18c6947fb3353fcfb04bfc0f9319 felu-ng/justfile -rw-r--r-- 169 bytes
19b89116Jonni Liljamo docs: split docs to crate READMEs and more planning a day ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
_default:
    just --list

mgmt *ARGS:
    cargo run --bin felu-mgmt -- {{ARGS}}

ns *ARGS:
    cargo run --bin felu-ns -- {{ARGS}}

test *ARGS:
    cargo test {{ARGS}}