Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shenmian/bucket
A scoop bucket.
https://github.com/shenmian/bucket
Last synced: about 1 month ago
JSON representation
A scoop bucket.
- Host: GitHub
- URL: https://github.com/shenmian/bucket
- Owner: ShenMian
- License: unlicense
- Created: 2023-09-07T00:03:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-06T12:45:14.000Z (6 months ago)
- Last Synced: 2024-07-06T13:52:55.041Z (6 months ago)
- Language: PowerShell
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scoop Bucket
[![Tests](https://github.com/ShenMian/bucket/actions/workflows/ci.yml/badge.svg)](https://github.com/ShenMian/bucket/actions/workflows/ci.yml) [![Excavator](https://github.com/ShenMian/bucket/actions/workflows/excavator.yml/badge.svg)](https://github.com/ShenMian/bucket/actions/workflows/excavator.yml)
A bucket for [Scoop](https://scoop.sh), the Windows command-line installer.
## How do I install these manifests?
After manifests have been committed and pushed, run the following:
```pwsh
scoop bucket add shenmian https://github.com/ShenMian/bucket
scoop install shenmian/
```## How do I contribute new manifests?
To make a new manifest contribution, please read the [Contributing
Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md)
and [App Manifests](https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests)
wiki page.