migrate 0.5.1

Generic file migration tool for applying ordered transformations to a project directory
Documentation
1
2
3
4
5
#!/usr/bin/env bash
set -euo pipefail

# Run tests with nextest (concise output, full details on failure)
cargo nextest run --status-level=fail