Skip to content

MasterDevs/ChocolateyCoolWhip

Repository files navigation

ChocolateyCoolWhip Build status NuGet version

ChocolateyCoolWhip is a simple to install NuGet package that helps configure continuous integration and deployment of Chocolatey packages through AppVeyor.

Chocolatey?

Chocolatey is a package manager for Windows. Similar to apt-get for Linux or Homebrew for Macs.

For example, if you wanted to install GitHub Desktop all you'd need to do would be to run the following command:

c:\> choco install github

Chocolatey would then go out and download the GitHub Desktop installer as well as any dependencies (such as AutoHotkey in this instance) and install them. You'll be guaranteed that compatible versions of the applications will be installed.

For a list of the thousands of packages provided by Chocolatey, visit their packages page. They have a wide range of packages, from developer tools like node.js to end user apps like the ever popular media player VLC.

Continuous Integration

On check in AppVeyor will build your project and run tests.

Continuous Deployment

When a GitHub release or git tag is created

  1. Your project is built
  2. Your tests are run
  3. All Chocolatey packages are packaged and
    1. Attached to the release in GitHub
    2. Pushed to Chocolatey

Quick Start

  1. Install CoolWhip PM> Install-Package ChocolateyCoolWhip
  2. Encrypt GitHub & Nuget key in App Veyor
  3. Update the appveyor.yaml with the keys from above
  4. Save/commit changes
  5. Link AppVeyor to your repo

Detailed instructions

Special Thanks To

About

The coolest way to whip out Chocolatey releases from GitHub and AppVeyor

Resources

License

Stars

Watchers

Forks

Packages

No packages published