Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.13 KB

File metadata and controls

53 lines (36 loc) · 1.13 KB

Nimblesite Scoop Bucket

Scoop bucket for Nimblesite command-line tools on Windows.

Usage

Add the bucket once:

scoop bucket add nimblesite https://github.com/Nimblesite/scoop-bucket

Then install any of the tools:

scoop install dart_mutant
# scoop install basilisk     # coming soon
# scoop install forge        # coming soon

To upgrade:

scoop update
scoop update dart_mutant

Available manifests

App Description Repo
dart_mutant Mutation testing tool for Dart Nimblesite/dart_mutant

Updating

Each project's release.yml workflow updates its own manifest in this bucket on every tagged release. Do not edit manifests by hand unless you know what you're doing.

Layout

scoop-bucket/
└── bucket/
    └── dart_mutant.json

Manifests live in bucket/ per the Scoop bucket template convention.

License

Each manifest's license matches its upstream project. Bucket metadata is MIT.