feat: install client apps using script (#992)

* feat: install client apps using script

* chore: ignore shellcheck pre-commit
This commit is contained in:
Smit Vora
2022-11-03 12:59:11 +05:30
committed by GitHub
parent 2a334a2724
commit 01bd8f6bb2
5 changed files with 214 additions and 0 deletions

View 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"
}
]
}