eco-repositories / eco-monorepo

3 stars 0 forks source link

Find ways to reference code in other Eco repositories #265

Closed parzhitsky closed 1 month ago

parzhitsky commented 1 month ago

npm allows installing directly from GitHub by commit, but it isn't a usable solution, because the source files are written in TypeScript, and transpiled (runnable) JavaScript files aren't kept in GitHub.

parzhitsky commented 1 month ago

The working (so far) solution is to use Git submodules