tolgee / tolgee-cli

The Tolgee CLI
MIT License
15 stars 11 forks source link

chore: maintenance, CI and misc improvements #106

Closed cyyynthia closed 2 hours ago

cyyynthia commented 1 month ago

Additionally, the (currently-broken) code reliant on ts-node has been commented out; a more stable solution appears to be based on what other packages do to compile the ts file to a temporary .js file and use this js file instead.

cyyynthia commented 1 month ago

I was quite eager to get the CI up and running on Windows and Mac but it seems that GitHub Actions support for it is... not great, to say the least. :(

The complete lack of proper Docker support makes it very difficult to get a test instance of Tolgee running... :/