Example of monorepo managed by lerna
This example has been constructed as an example of this post blog post
Run the test scripts of the monorepo modules
$ npm run test
Build all modules of monorepo and associate them
$ npm run build
MIT @ Nicolas Quiceno