Appearance
You can define custom scripts in gitx.toml that users can run via gitx script.
gitx.toml
gitx script
[scripts.custom] setup = ["echo Setting up...", "mkdir -p data"] start = ["./bin/server"]
gitx script my-package setup