-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add documentation #13
Comments
No. I'm bad for this. I'll add this in. |
I still can't workout how to use this |
Hehe, one day I will address this. I think at the very least I'll make it in the README. Lets say you want to find all usages of You need to specify the name of the package, and which registry it is registered in: using PkgDeps
users("AWS", "General")
8-element Vector{String}:
"Zarr"
"Minio"
"REDACTED"
"AWSS3"
"REDACTED"
"REDACTED"
"REDACTED"
"REDACTED" This is fine and dandy, but what if you only want to find usages of a package in a specific private registry? using PkgDeps
invenia = reachable_registries("Invenia")
users("DataFrames", "General"; registries=invenia)
45-element Vector{String}:
"REDACTED"
"REDACTED"
"REDACTED"
"REDACTED"
"REDACTED"
"REDACTED"
... When going by package name you must specify as a second parameter where the package is registered in, as names along are not unique across all registries, see |
thanks for this comment, having a README would be great |
Is it possible to also see all the packages where |
I don't believe so. |
there are no docs?
Not even a readme?
The text was updated successfully, but these errors were encountered: