-
Hello, I see the request for monorepos has popped up a few times but I don't think anything fruitful has come out of it.
I wouldn't mind contributing but thought I'd create an issue for discussion be…
-
Was reading: https://github.com/pmizio/typescript-tools.nvim?tab=readme-ov-file#-how-it-works
and I'm still not clear why or _how_ typescript-tools is better than [`ts_ls`](https://github.com/NullV…
-
gitmoji-changelog should handle monorepo. Currently we use tags to get a list of versions and commits for those. A monorepo can have multiple packages having independent versions. We need to find a so…
-
Was looking at breaking down types of monorepos we care about and there appeared to be two major divides:
- intended to publish v nothing is ever published
- open source v closed source
Plannin…
-
Thanks for the great lib!
Currently, doesn't detect changes in nested `package.json` and `yarn.lock`. What do you think about adding support for monorepos?
-
Hey, I could not find any documentation around how to use nexe with a Monorepo. Is that possible?
**What would you like to be added**:
Monorepo support
-
Example: https://github.com/overture-stack/arranger
A use case could be to group the ROCC repositories into one.
-
CPM's ability to fetch dependencies from Github is cool, and something I will eventually get to. I also like there's no need for 61 million helper files like conan or vpkg.
However, in the present …
-
## 介绍
一个仓库,管理多个项目
## 优势
1. 方便共用代码或自己写的包
2. 同步及时,早点发现问题
## My Todos
- [ ] 用 git 管理 Monorepos 需要注意什么
- [ ] 好用的辅助工具
- [ ] 最佳实践
-
At the moment lerna doesn't link packages published as git deps (`lerna bootstrap`).
I still need to try yarn workspaces.