- Ghostty
- Testsfait · 4 min
- Builden cours…
- Déployer
Developer
Tests and builds start at a touch, without leaving your editor. Deploying takes two presses.
The config.json
"touches": [
{ "id": "ghostty", "libelle": "Ghostty",
"application": "com.mitchellh.ghostty" },
{ "id": "tests", "libelle": "Tests", "icone": "🧪",
"commande": ["/bin/sh", "-c", "cd ~/code/my-project && make test"],
"delai": 600 },
{ "id": "deployer", "libelle": "Déployer", "icone": "🚀",
"commande": ["/bin/sh", "-c", "cd ~/code/my-site && ./deploy.sh"],
"delai": 1800, "confirmer": true }
]