Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkoertgen/scooped
https://github.com/mkoertgen/scooped
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkoertgen/scooped
- Owner: mkoertgen
- License: unlicense
- Created: 2023-10-08T17:37:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T17:01:30.000Z (about 1 month ago)
- Last Synced: 2024-11-11T17:44:45.273Z (about 1 month ago)
- Language: PowerShell
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.config.js
- License: LICENSE
Awesome Lists containing this project
README
# Scoop Bucket Mko
[![Tests](https://github.com/mkoertgen/scooped/actions/workflows/ci.yml/badge.svg)](https://github.com/mkoertgen/scooped/actions/workflows/ci.yml) [![Excavator](https://github.com/mkoertgen/scooped/actions/workflows/excavator.yml/badge.svg)](https://github.com/mkoertgen/scooped/actions/workflows/excavator.yml)
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:
```powershell
# Add the bucket
$ scoop bucket add mko https://github.com/mkoertgen/scooped
# Verify bucket has been added
$ scoop bucket known
# Install an app
$ scoop install mko/phone-home
# Update bucket(s) and manifests
$ scoop update
# Update all apps in bucket
$ scoop update mko *
```## 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.