jango 0.2.1

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 -j=$(nproc) {{ args }}
  echo "Formatting..."
  cargo fmt --check
  echo "Linting..."
  mold -run cargo clippy -- -D warnings