0.2.2 • Published 5 years ago

helixmonorepo v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Helix Monorepo for Projects and Libraries

Run below commands to make this code working

  • Install lerna globally
    npm i -g lerna
  • Install dependencies of this project. Note it will only install dependencies mentioned in root package.json file
    npm install
  • Install dependencies for packages and create symlinks. Read more here
    lerna bootstrap