An open API service indexing awesome lists of open source software.

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

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

![Search bar](.github/img/search.png)

![List of apps in a given bucket](.github/img/bucket.png)

![App details](.github/img/app.png)

## 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
```