jango 0.2.4

A CLI program to populate your templates
Documentation
1
2
3
4
5
6
7
8
9
10
_default:
    @just --list --justfile {{ justfile() }}

@test *args:
    echo "Testing..."
    mold -run cargo nextest run {{ args }}
    echo "Formatting..."
    cargo fmt --check
    echo "Linting..."
    mold -run cargo clippy -- -D warnings