Setting up a monorepo with Lerna for a TypeScript project

added by JavaScript Kicks
10/1/2018 7:47:56 AM

983 Views

It is often quite useful to use a single repository for maintaining an entire project with all of the packages in it. There is a rumor that Google and Facebook use a single repository for all of their projects. This solution can be quite handy when a company uses a similar technology and when projects share common dependencies and files.


0 comments