my scoop bucket
Find a file
2024-05-21 13:45:07 +09:00
.github Initial commit 2023-01-17 18:11:16 +09:00
.vscode Initial commit 2023-01-17 18:11:16 +09:00
bin update auto-pr.ps1 & README 2024-01-22 13:43:24 +09:00
bucket update powershell-es version to 3.20 (#11) 2024-05-21 13:45:07 +09:00
deprecated Initial commit 2023-01-17 18:11:16 +09:00
scripts Initial commit 2023-01-17 18:11:16 +09:00
.editorconfig Initial commit 2023-01-17 18:11:16 +09:00
.gitattributes Initial commit 2023-01-17 18:11:16 +09:00
.gitignore Initial commit 2023-01-17 18:11:16 +09:00
.markdownlint.json Initial commit 2023-01-17 18:11:16 +09:00
LICENSE Initial commit 2023-01-17 18:11:16 +09:00
README.md update auto-pr.ps1 & README 2024-01-22 13:43:24 +09:00
Scoop-Bucket.Tests.ps1 Initial commit 2023-01-17 18:11:16 +09:00

Scoop Bucket Template

Tests Excavator

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.