Skip to content

andela/mono-repo-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

135 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors