Created
October 7, 2019 19:27
-
-
Save pshirshov/6b61c38b0bcb21a17deb90798bfdde4d 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