How to locally test a new package contribution locally? #1449
-
How to test a mason package (specification) locally during development? It is not obvious to me how to contribute a new package. It is stated that a package must be present in the registry to be installable. But how do I test a package specification before opening a PR on the registries repository and getting it merged? |
Beta Was this translation helpful? Give feedback.
Answered by
williamboman
Oct 26, 2023
Replies: 1 comment
-
Hello! Recently there was a new registry source protocol added ( require("mason").setup {
registries = {
"file:~/dev/mason-registry"
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
clamydo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! Recently there was a new registry source protocol added (
file:
) that can be used to test local package definitions easily, for example: