8000 GitHub - Skatterbrainz/ChocolateyPackages: Chocolatey Packages Library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Skatterbrainz/ChocolateyPackages

Repository files navigation

ChocolateyPackages

Chocolatey Packages Library

Installing Chocolatey

iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Note: If you receive an error about "Could not create SSL/TLS secure channel." Then use the following:

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Noob Packaging

Compiling a nupkg

cd $nuspecPath
choco pack $nuspecFile

Publishing

choco push --source "https://chocolatey.org/" -apikey "'$($env:ChocoApiKey)'"

About

Chocolatey Packages Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0