simonewebdesign / chocolatey-packages

🍫 Repo housing packages hosted on Chocolatey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chocolatey Packages

Home repo for the Chocolatey packages that I maintain.

https://chocolatey.org/profiles/simone

Usage

Generate a NuGet package (.nupkg) with:

choco pack

Install a package using the installation scripts:

cd <package-name>
choco install <package-name> -s . -y

Push a package to Chocolatey:

choco push somepackage.nupkg --api-key <key> --source https://push.chocolatey.org/

About

🍫 Repo housing packages hosted on Chocolatey


Languages

Language:PowerShell 100.0%