My personal bucket for Scoop, the Windows command-line installer.
After manifests have been committed and pushed, run the following:
scoop bucket add rfnash https://github.com/rfnash/scoop
scoop install rfnash/<manifestname>To query the current version of all apps in the bucket, run:
pwsh ./bin/checkver.ps1To update the manifests of all apps in the bucket, run:
pwsh ./bin/checkver.ps1 -uFor more information, please read the App Manifest Autoupdate wiki page.
To make a new manifest contribution, please read the Contributing Guide and App Manifests wiki page.