scoop-manifest-generator

Solid

Generate Scoop manifest for Windows CLI distribution.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
30
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Scoop Manifest Generator Generate Scoop manifest for Windows distribution. ## Generated Patterns ```json { "version": "1.0.0", "description": "My CLI application", "homepage": "https://github.com/myuser/myapp", "license": "MIT", "url": "https://github.com/myuser/myapp/releases/download/v1.0.0/myapp-win-x64.zip", "hash": "sha256:abc123...", "bin": "myapp.exe", "checkver": "github", "autoupdate": { "url": "https://github.com/myuser/myapp/releases/download/v$version/myapp-win-x64.zip" } } ``` ## Target Processes - package-manager-publishing - cli-binary-distribution

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills