devforge 0.3.0

Dev environment orchestrator — docker, health checks, mprocs, custom commands via TOML config
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "devforge"
version = "0.3.0"
edition = "2021"
description = "Dev environment orchestrator — docker, health checks, mprocs, custom commands via TOML config"
license = "MIT"
repository = "https://github.com/thesandybridge/devforge"
keywords = ["xtask", "dev", "docker", "orchestrator"]
categories = ["development-tools"]

[dependencies]
serde = { version = "1", features = ["derive"] }
toml = "0.8"
ureq = "3"
ctrlc = "3"