Skip to content

Instantly share code, notes, and snippets.

@symball
Last active February 12, 2025 06:40
Show Gist options
  • Save symball/55ded97d3fc17806c81a3e64c5014ab6 to your computer and use it in GitHub Desktop.
Save symball/55ded97d3fc17806c81a3e64c5014ab6 to your computer and use it in GitHub Desktop.
just a small test whilst doing some parsing
{
"name": "Bare",
"ref": "bare",
"description": "Placeholder",
"version": "0.0.1",
"tools": [{ "ref": "nodejs" }],
"apps": [
{
"name": "Test app",
"ref": "test_app",
"description": "Placeheloder app description",
"vars": {},
"interfaces": {},
"config": {
"environment": [],
"source": [],
"build": [],
"dev": [],
"staging": []
},
"health": []
}
],
"jobs": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment