fix(core): update

This commit is contained in:
2024-04-12 15:28:55 +02:00
parent cf1cfbd647
commit 084b321e6a
7 changed files with 107 additions and 78 deletions

5
readme.hints.md Normal file
View File

@@ -0,0 +1,5 @@
* module needs to be installed globally
* alternatively can be used through npx, if installed locally
* cli parameters are concluded from ./ts/cli.ts
* this module is not intended for API use.
* Read carefully through the TypeScript files. Don't make stuff up.