Open softmarshmallow opened 4 years ago
There is a repository specification here: https://github.com/dart-lang/pub/blob/master/doc/repository-spec-v2.md
But it's unclear to me what the use-cases for this is?
It's not shown from drop down menu by default from github. didn't know it exists.
Because of missing authentication features of current pub implementation for get and publish it was not possible to build a secure package repository for Github. With this PR https://github.com/dart-lang/pub/pull/2654 it will. Once this is merged, Github can be contacted and I am sure other players in the field of private packages can follow.
We can now publish from github, and authorize with custom repositories with dart pub token add
.
Maybe this should be opened with github - there is not much we can do in the client.
actually, guthub packages should support pub. anyway, It will be nice to create ticket/issue for this, and get some updates for this!
Any plans for contacting github for this? officially from dart team?