Template Bucket for Scoop Installer
Go to file
2022-01-01 22:11:11 -08:00
.github Add boilerplate 2021-12-27 23:52:24 +05:30
.vscode Add boilerplate 2021-12-27 23:52:24 +05:30
bin Add boilerplate 2021-12-27 23:52:24 +05:30
bucket Add boilerplate 2021-12-27 23:52:24 +05:30
deprecated Add boilerplate 2021-12-27 23:52:24 +05:30
scripts Add boilerplate 2021-12-27 23:52:24 +05:30
.editorconfig Add boilerplate 2021-12-27 23:52:24 +05:30
.gitattributes Add boilerplate 2021-12-27 23:52:24 +05:30
.gitignore Add boilerplate 2021-12-27 23:52:24 +05:30
.markdownlint.json Add boilerplate 2021-12-27 23:52:24 +05:30
appveyor.yml Add boilerplate 2021-12-27 23:52:24 +05:30
LICENSE Initial commit 2021-12-28 01:08:29 +08:00
README.md Fix typo in README 2022-01-02 01:20:31 +00:00
Scoop-Bucket.Tests.ps1 Add root testing file 2021-12-28 12:59:50 +05:30

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.
  • Login to AppVeyor and import this repository.