Created
October 8, 2019 08:31
-
-
Save pshirshov/c26fb730b7a848362a596955a7536dda to your computer and use it in GitHub Desktop.
Markdium-Monorepo or Multirepo? Role-Based Repositories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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