tide
tide copied to clipboard
[Feature] Enabling `tide-mode` workflow with TS *monorepo* (React)
Hi Emacs wizards -- wanted to ask about how can work in a monorepo, were multiple teams have each their own package (repo).
Let pkg-1
, ..., pkg-n
be the packages corresponding to team-1
, ..., team-n
, respectively.
At compile-time, those directories are (symbolically) linked to pkg-main
pkg-main/
.gitignore
tsconfig.json
packages/
pkg-1 -> ../pkg-1
...
pkg-n -> ../pkg-n
pkg-1/
.gitignore
...
pkg-n/
.gitignore
Any tips on how can this be handled by tide-mode
?
--
PS Why not enabling repo sponsorship? I'd be happy to contribute :)