Skip to content

getgauge/chocolatey-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create a new chocolatey package

Contributor Covenant

  • Install Chocolatey
  • Create a new folder with the same name as the chocolatey package you intend to create
  • Follow the same structure as regular chocoately packages inside that folder (see gauge for example or follow this)
  • Once you have created the scripts test them by packing the chocolatey package using "cpack"
  • Once install and uninstall are tested - Commit the scripts here and upload your package to Chocolatey
  • Edit this README file to add details of your chocolatey package

Building package

  • ensure Chocolatey is installed.
  • $env:version = <version>
  • choco pack --version=<version>
  • choco push "gauge.<version>.nupkg" -k="<api-key>"

Current packages created from this repository

To install Gauge via Chocolatey just run

choco install gauge

Releases

No releases published

Packages

No packages published