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:
- Detect changes on
scripts
folder. - Create an app manifest for you on bucket using the name of the script. For example
hello.ps1
will becomehello.json
. - 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