📜  为什么要使用 buckets scoop 包管理器 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:26.749000             🧑  作者: Mango

代码示例1
// From mrotaru.co.uk/blog/windows-package-manager-scoop/#:~:text=Buckets%20And%20Manifests&text=Scoop%20is%20primarily%20intended%20for%20managing%20command%2Dline%20utilities%2C%20and,get%20from%20the%20main%20bucket.&text=A%20manifest%20contains%20URLs%20from,or%20a%20zip%2F7zip%20archive.
"
Scoop calls its repositories "buckets". 
There are, indeed, multiple ones and it is easy to create your own. 
Only one bucket is available by default, the "main" Scoop bucket. 
Scoop is primarily intended for managing command-line utilities, 
and that's the type of applications one can get from the main bucket.

A bucket is a git repository consisting mainly of a bunch of JSON files 
- one JSON for every app that is in the respective bucket.
"