Aaron Ho φ pfp
Aaron Ho φ
@aho
Devs using monorepos, when and how do you use them?
18 replies
0 recast
0 reaction

Pierrick pfp
Pierrick
@pierrick
Using Lerna in this one: https://github.com/pooltogether/v4-autotasks It's great when you want to share helper functions across various packages. You don't have to go update each repo one by one.
1 reply
0 recast
0 reaction

Aaron Ho φ pfp
Aaron Ho φ
@aho
Would you say it's better to use a monorepo to group utilities or packages together and then reference them as dependencies in other repos, i.e. different products/projects?
1 reply
0 recast
0 reaction

Pierrick pfp
Pierrick
@pierrick
Yes exactly. 0x is a pretty great example about how to use monorepos at scale. https://github.com/0xProject/protocol https://github.com/0xProject/tools
1 reply
0 recast
0 reaction

Aaron Ho φ pfp
Aaron Ho φ
@aho
Thanks! Will go thru it and might come back with questions!
0 reply
0 recast
0 reaction