1
0
Fork 0
The """"official"""" scoop respository of froth.zone
Go to file
Sam Therapy a30d834139
Initial commit
2023-03-07 17:35:49 +00:00
.github Initial commit 2023-03-07 17:35:49 +00:00
.vscode Initial commit 2023-03-07 17:35:49 +00:00
bin Initial commit 2023-03-07 17:35:49 +00:00
bucket Initial commit 2023-03-07 17:35:49 +00:00
deprecated Initial commit 2023-03-07 17:35:49 +00:00
scripts Initial commit 2023-03-07 17:35:49 +00:00
.editorconfig Initial commit 2023-03-07 17:35:49 +00:00
.gitattributes Initial commit 2023-03-07 17:35:49 +00:00
.gitignore Initial commit 2023-03-07 17:35:49 +00:00
.markdownlint.json Initial commit 2023-03-07 17:35:49 +00:00
LICENSE Initial commit 2023-03-07 17:35:49 +00:00
README.md Initial commit 2023-03-07 17:35:49 +00:00
Scoop-Bucket.Tests.ps1 Initial commit 2023-03-07 17:35:49 +00:00

README.md

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.