Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>chocolatey-bldrNew to Visual Studio Code? Get it now.

chocolatey-bldr

bitop

|
1,132 installs
| (1) | Free
A simple chocolatey snippet generator
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

chocolatey-bldr Visual Studio Code Extension

This extention adds snippets to help build chocolatey packages

Snippets

Chocolatey Install file

  • ChocolateyPackage : Used when modifying the chocolateyinstall.ps1 file, this will create a snippet for installing an application from a URL.
  • ChocolateyInstallPackage : Used when modifying the chocolateyinstall.ps1 file, this will create a snippet for installing an application from a UNC path.
  • ChocolateyZipPackage : Used when modifying the chocolateyinstall.ps1 file, this will create a snippet for installing a zip file from a URL or UNC path.

Chocolatey Uninstall file

  • ChocolateyUninstall : Used when modifying the chocolateyuninstall.ps1 file, this will create a snippet for uninstalling a chocolatey package.

Chocolatey Nuspec file

  • ChocolateyNuspec : Used when modifying the *.nuspec file, this will create a complete nuspec file.
  • ChocolateyNuspecDependency : Used when modifying the *.nuspec file, this snippet will insert a dependency line into the nuspec file.
  • ChocolateyNuspecDependencyVersion : Used when modifying the *.nuspec file, this snippet will insert a dependency line with version into the nuspec file.

Dependencies

  • Powershell
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft