Skip to content

ClaudiaHeart/scoop-bucket-claudiaheart

Repository files navigation

My Scoop Bucket

README 日本語版

MIT licensed

This Scoop Bucket for me to use.
But if anyone wants to use this Scoop Bucket, you can use it.

Table of Contents

show

Requirements

See Scoop Repository for details.

  • Windows 7 SP1+ / Windows Server 2008+
  • PowerShell 5 (or later, include PowerShell Core) and .NET Framework 4.5 (or later)
  • PowerShell must be enabled for your user account e.g. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Install

install bucket

scoop bucket add ClaudiaHeart https://github.com/ClaudiaHeart/scoop-bucket-claudiaheart

Usage

Check Version

.\scoop\bin\checkver.ps1 -a <App> -d <Dir> -v <Version>
.\scoop\bin\checkver.ps1 -a * -d bucket

Update Version

.\scoop\bin\checkver.ps1 -a <App> -d <Dir> -v <Version> -u
.\scoop\bin\checkver.ps1 -a * -d bucket -u

Check URL

.\scoop\bin\checkurls.ps1 -a <App> -d <Dir>
.\scoop\bin\checkurls.ps1 -a * -d bucket

Check Hash

.\scoop\bin\checkhashes.ps1 -a <App> -d <Dir>
.\scoop\bin\checkhashes.ps1 -a * -d bucket

Describe

.\scoop\bin\describe.ps1 -a <App> -d <Dir>
.\scoop\bin\describe.ps1 -a * -d bucket

Missing Check Version

.\scoop\bin\missing-checkver.ps1 -a <App> -d <Dir> -v <Version>
.\scoop\bin\missing-checkver.ps1 -a * -d bucket

Format JSON

.\scoop\bin\formatjson.ps1 -a <App> -d <Dir>
.\scoop\bin\formatjson.ps1 -a * -d bucket

Maintenance

git submodule update --remote scoop

Versioning

SemVer is used here as a guideline for version control.
Releases are made in the following format

<major>.<minor>.<patch>
  • Breaking changes bump <major> (and reset <minor> & <patch>)
  • Backward compatible changes bump <minor> (and reset <patch>)
  • Bug fixes bump <patch>

License & Author

MIT licensed
Copyright © 2022, ClaudiaHeart

About

my scoop bucket

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published