Skip to content

andela/mono-repo-services

Repository files navigation

MonoRepo Spike

Trying out mono repo with lerna and conventional commits

How to try out

  • Install lerna using npm install --global lerna
  • Run yarn bootstrap
  • Make a change in any of the packages/services. Remember to follow conventional commit style(feat, fix, refactor etc)
  • Commit your change
  • Run lerna ls to see current version of packages/services
  • Run lerna updated to see packages/services that has an update
  • Run yarn publish to bump version of updated packages/services
  • Run lerna ls to see new version of packages/services

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published