Skip to content

Instantly share code, notes, and snippets.

@pshirshov
Created October 8, 2019 08:31
Show Gist options
  • Save pshirshov/c26fb730b7a848362a596955a7536dda to your computer and use it in GitHub Desktop.
Save pshirshov/c26fb730b7a848362a596955a7536dda 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