Fondue
A module containing functions that ease creating Chocolatey packages
Commands
| Command | Description |
|---|---|
| Convert-Xml | Converts XML from a URL or a file to a hash table. |
| New-Dependency | Injects one or more <dependency> nodes into a Chocolatey package nuspec file. |
| New-Metapackage | Creates a new Chocolatey meta (virtual) package. |
| New-Package | Generates a new Chocolatey package. |
| Open-FondueHelp | Opens the Fondue module documentation in the default browser. |
| Remove-Dependency | Removes a dependency from a NuGet package specification file. |
| Sync-Package | Brings installed software under Chocolatey management using choco sync. |
| Test-NupkgFile | Tests a NuGet package for compliance with specified rules. |
| Test-NuspecFile | Validates a .nuspec file or metadata hashtable against Fondue's built-in rule set. |
| Update-ChocolateyMetadata | Updates metadata fields in a Chocolatey .nuspec file. |