nuget(_:)
Creates a system package provider with a list of installable packages for users of the NuGet package manager on Linux or Windows.
Declaration
static func nuget(_ packages: [String]) -> SystemPackageProviderParameters
- packages:
The list of package names.
Return Value
A package provider.