Home Travis CI
Introduction to LernaJs

Objectives

Try lerna js and see the basic functionalities that this library offers to us.

Conclusion

LernaJs is a great library that helps to work with different packages of nodejs. It allows the dependecy link and parallel execution of task considering the package definition of each module.

Home