tide icon indicating copy to clipboard operation
tide copied to clipboard

[Feature] Enabling `tide-mode` workflow with TS *monorepo* (React)

Open david-alvarez-rosa opened this issue 1 year ago • 3 comments

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 :)

david-alvarez-rosa avatar Nov 20 '23 07:11 david-alvarez-rosa