Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Groups #68

Open
juraj-hrivnak opened this issue Dec 9, 2024 · 0 comments
Open

Project Groups #68

juraj-hrivnak opened this issue Dec 9, 2024 · 0 comments
Labels
new feature New feature request

Comments

@juraj-hrivnak
Copy link
Owner

juraj-hrivnak commented Dec 9, 2024

Description

Project groups could bring us plenty of new features:

  • a nice way to configure projects in batches;
  • a possibility to distinct library projects from others;
  • a way to specify dev-only projects;
  • and possibly more...

Implementation

Example of configuring projects in batches:

{
  "groups": {
    "client-only": ["client-mod-1", "client-mod-2", "client-mod-3"]
  },
  "for_group": {
    "client-only": {
      "side": "CLIENT"
    }
  }
}

Example of specifying dev-only projects:

{
  "groups": {
    "dev": ["spark", "world-striper", "lag-googles"]
  }
}

Dev-only projects won't be exported by default.

@juraj-hrivnak juraj-hrivnak added the new feature New feature request label Dec 9, 2024
@github-project-automation github-project-automation bot moved this to Ready🚀 in Pakku project Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature request
Projects
Status: Ready🚀
Development

No branches or pull requests

1 participant