https://github.com/eflkumo/jam
🍯A scoop bucket that emphasizes reliability and cleanliness.
https://github.com/eflkumo/jam
reliable scoop-bucket windows
Last synced: 4 months ago
JSON representation
🍯A scoop bucket that emphasizes reliability and cleanliness.
- Host: GitHub
- URL: https://github.com/eflkumo/jam
- Owner: EFLKumo
- License: unlicense
- Created: 2025-03-29T09:25:33.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-18T20:34:07.000Z (4 months ago)
- Last Synced: 2025-09-18T22:56:25.122Z (4 months ago)
- Topics: reliable, scoop-bucket, windows
- Language: PowerShell
- Homepage:
- Size: 108 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jam
[](https://github.com/EFLKumo/jam/actions/workflows/ci.yml) [](https://github.com/EFLKumo/jam/actions/workflows/excavator.yml)
🍯 `jam` is a [scoop](https://scoop.sh) bucket that emphasizes reliability and cleanliness.
I always believe that `scoop` is not just a package manager, but also has the goal of achieving clean, tidy, and well-structured app management on the Windows platform. This bucket contains applications that are not included in the official bucket, or are included but are unreliable in certain aspects. All manifests in this bucket are written or reviewed carefully, ensuring **portability** of applications (using scoop's `persist` feature) and **reliability**.
Install `jam` by:
```pwsh
scoop bucket add jam https://github.com/EFLKumo/jam
```
List apps:
```pwsh
scoop search | Where-Object { $_.Source -eq "jam" }
```
## 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.