apigeek-architect
Version:
Executable English for Software Teams
22 lines (21 loc) • 322 B
JSON
{
"paths": {
"files": "./features/files",
"docs": "./docs",
"blueprints": "./blueprints",
"target": "./target"
},
"vars": {
"bonjour": "monde"
},
"targets": {
"google": {
"protocol": "https",
"hostname": "google.com"
},
"default": {
"protocol": "https",
"hostname": "example.com"
}
}
}