Implements the pkg-chocolatey target adapter as documented at https://sh1pt.com/docs.
This target:
- Generates a
.nuspec XML manifest for the Chocolatey community repo
- Generates
tools/chocolateyInstall.ps1 (supports zip, exe, msi, portable installer types)
- Publishes the package via the Chocolatey API on
sh1pt promote ship
- Includes full TypeScript types and vitest tests
Related: #133 (4 main sh1pt CLI commands and sub-commands)
PR to follow.
Implements the
pkg-chocolateytarget adapter as documented at https://sh1pt.com/docs.This target:
.nuspecXML manifest for the Chocolatey community repotools/chocolateyInstall.ps1(supports zip, exe, msi, portable installer types)sh1pt promote shipRelated: #133 (4 main sh1pt CLI commands and sub-commands)
PR to follow.