Skip to content

pachoyan/scoop-bucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scoop-bucket

Manage your scripts using scoop. Add the scripts you would like to install on scoop to the scripts folder. For example:

scripts/hello.ps1

And then publish the changes.

Github Workflow will:

  1. Detect changes on scripts folder.
  2. Create an app manifest for you on bucket using the name of the script. For example hello.ps1 will become hello.json.
  3. Publish the changes.

Add the bucket to scoop by running

scoop bucket add myscripts <url>

To install the new script as an app you can use Scoop by running:

scoop update
scoop install myscripts/hello

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published