Skip to content

Custom Scripts

You can define custom scripts in gitx.toml that users can run via gitx script.

toml
[scripts.custom]
setup = ["echo Setting up...", "mkdir -p data"]
start = ["./bin/server"]

Running Scripts

bash
gitx script my-package setup

Released under the GPL-3.0 License.