Skip to content

Instantly share code, notes, and snippets.

@pshirshov
Created October 7, 2019 19:27
Show Gist options
  • Save pshirshov/6b61c38b0bcb21a17deb90798bfdde4d to your computer and use it in GitHub Desktop.
Save pshirshov/6b61c38b0bcb21a17deb90798bfdde4d to your computer and use it in GitHub Desktop.
Markdium-Monorepo or Multirepo? Role-Based Repositories
# Prepares workspace for all our components
project prepare *
# Prepares workspace to work on `billing` and `analytics`
# Pulls in `sdk` as well
project prepare +billing +analytics
# Prepares workspace to work on `sdk`, `iam` and `catalog`
project prepare :infrastructure
# Prepares cross-build project
project prepare --platforms js,jvm,native :infrastructure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment