envfmt 0.1.0

Formats strings by expanding environment variables
Documentation
1
2
3
4
5
6
7
8
set dotenv-load

repomix subcommand:
    #!/usr/bin/env bash
    if [[ {{subcommand}} == "envfmt" ]] then
        npx repomix@latest . --style xml \
            -o repomix-envfmt-$(date +%Y%m%d-%H%M%S).xml
    fi