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

Support subprojects from repositories #9

Open
LPGhatguy opened this issue Feb 12, 2020 · 0 comments
Open

Support subprojects from repositories #9

LPGhatguy opened this issue Feb 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@LPGhatguy
Copy link
Contributor

Some projects don't have a tool as their primary project or might publish multiple tools from the same repository.

It would be useful to be able to declare dependencies on these, maybe like:

[tools]
genref = { source = "rojo-rbx/rbx-dom/generate-reflection", version = "1.2.6" }

We would probably need a special convention for tags to make this kind of detection feasible, like generate-reflection-v1.2.6. I've been following this in the rbx-dom repository and it seems to work fairly well.

@LPGhatguy LPGhatguy added the enhancement New feature or request label Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant