mateodelnorte / meta

tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
MIT License
2.03k stars 95 forks source link

Best way to use Meta with a component library #201

Closed gfsd3v closed 4 years ago

gfsd3v commented 4 years ago

🤓 Question

Hi, I making a PoC of a Meta project, basicly I have 3 repos and all of them uses our private components library which is in another repo, what would be the best way to link my repos with the library repos using Meta ? I tried to search for some article or documentation about it but was unnable to find something.

Thanks in advance.

patrickleet commented 4 years ago

You'll want meta npm link

@mateodelnorte are there docs on that somewhere?

mateodelnorte commented 4 years ago

Yup. Right in the readme: https://www.npmjs.com/package/meta#want-to-help-develop-meta-locally

gfsd3v commented 4 years ago

My bad, I just read the Header of the section and assumed that wasn't what I was looking for. Thanks guys.

patrickleet commented 4 years ago

people ask about linking a lot - readme could probably be more clear, as the title does seem to be a specific use case - happy to accept a PR to the README if you're trying it out @gfsd3v and want to document it better?

mateodelnorte commented 4 years ago

Also in the cmd help for meta npm. https://github.com/mateodelnorte/meta-npm

mateodelnorte commented 4 years ago

Overall, what I'd really love is a way to have the README files of each of the plugins by dynamically stitched into consolidated documentation for meta. That would be great.

gfsd3v commented 4 years ago

@patrickleet sure thing, I'll try it out as soon as I get home, I'll probably need a couple of days to try it out and write a documentation about it.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.