https://github.com/bjansen/scoop-apps
🍨 An online package browser for the Scoop installer
https://github.com/bjansen/scoop-apps
package-browser scoop scoop-apps
Last synced: about 1 year ago
JSON representation
🍨 An online package browser for the Scoop installer
- Host: GitHub
- URL: https://github.com/bjansen/scoop-apps
- Owner: bjansen
- Created: 2020-04-09T19:18:17.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-12T12:55:04.000Z (over 1 year ago)
- Last Synced: 2025-02-28T08:16:42.062Z (over 1 year ago)
- Topics: package-browser, scoop, scoop-apps
- Language: Kotlin
- Homepage: https://bjansen.github.io/scoop-apps/
- Size: 2.22 MB
- Stars: 38
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scoop Apps
Scoop Apps is an online package browser for Scoop – the command-line
installer for Windows.
https://bjansen.github.io/scoop-apps/
## Status
Since this project was started, a similar browser has been added to the official Scoop website, which kinda makes
this project less useful.
## Screenshots



## Updating the website
```bash
# Update buckets and applications metadata
./gradlew scanBuckets
# Regenerate website from updated metadata
./gradlew -Penv=prod -PURL=https://bjansen.github.io/scoop-apps/ orchidBuild
# Push to GitHub Pages
./gradlew -Penv=prod -PURL=https://bjansen.github.io/scoop-apps/ orchidDeploy
# Update Algolia index (for the search bar)
./gradlew updateAlgolia
```