Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 916 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 916 Bytes

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

Search bar

List of apps in a given bucket

App details

Updating the website

# 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