added bin/dbmodel-files for generate files as best-practice for new project

This commit is contained in:
2026-02-09 06:08:51 +01:00
parent 80e889946b
commit 2dbaa2bf77
3 changed files with 230 additions and 1 deletions

View File

@ -27,6 +27,9 @@
"psr-4": {
"TPsoft\\DBmodel\\": "src/"
}
}
},
"bin": [
"bin/dbmodel-files"
]
}