added bin/apilite-files for generate best-practce files

This commit is contained in:
2026-02-09 07:33:17 +01:00
parent 746b06e317
commit fab8efd780
3 changed files with 135 additions and 1 deletions

View File

@ -32,5 +32,8 @@
"psr-4": {
"TPsoft\\APIlite\\": "src/"
}
}
},
"bin": [
"bin/apilite-files"
]
}