feat: install client apps using script (#992)
* feat: install client apps using script * chore: ignore shellcheck pre-commit
This commit is contained in:
15
development/apps-example.json
Normal file
15
development/apps-example.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"client_name": [
|
||||
{
|
||||
"name": "frappe",
|
||||
"branch": "develop",
|
||||
"upstream": "git@github.com:frappe/frappe.git",
|
||||
"fork": "[your fork]"
|
||||
},
|
||||
{
|
||||
"name": "erpnext",
|
||||
"branch": "develop",
|
||||
"upstream": "git@github.com:frappe/erpnext.git"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user