mirror of
https://github.com/laoxong/ScoopBucket
synced 2024-11-26 20:05:15 +01:00
Template Bucket for Scoop Installer
cc0b85a773
* Delete appveyor.yml * Create ci.yml * Update test.ps1 * Update README.md |
||
---|---|---|
.github | ||
.vscode | ||
bin | ||
bucket | ||
deprecated | ||
scripts | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.markdownlint.json | ||
LICENSE | ||
README.md | ||
Scoop-Bucket.Tests.ps1 |
Scoop Bucket Template
Template bucket for Scoop, the Windows command-line installer.
How do I install these manifests?
To add this bucket, run scoop bucket add <bucketname> https://github.com/<username>/<bucketname>
. To install, do scoop install <manifest>
.
How do I contribute new manifests?
To make a new manifest contribution, please read the Contributing Guide.
To use this template
- Modify the Readme.md and the bin/auto-pr.ps1 files accordingly.
- Enable GitHub Actions for this repository.