Skip to content

JamesKyburz/macleod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macleod

mono repo publishing made easy.

js-standard-style downloads Greenkeeper badge

assumptions

  • your mono repo has it's packages stored in ./packages
  • all your packages will have the same version number
  • you are ok with a single commit message + git tag for the update

usage

ᐅ macleod exec npm t # will run npm run t in all packages
ᐅ macleod exec npx standard # will run npx standard in all packages
ᐅ macleod publish x # will npm publish all your packages in the correct order
ᐅ macleod publish patch # will increment version using npm version patch

license

Apache License, Version 2.0