https://github.com/taiki-e/scoop-bucket
https://github.com/taiki-e/scoop-bucket
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taiki-e/scoop-bucket
- Owner: taiki-e
- License: apache-2.0
- Created: 2022-07-06T14:10:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-19T12:06:38.000Z (11 months ago)
- Last Synced: 2025-07-19T16:52:47.661Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Scoop Bucket
Scoop bucket for projects under github.com/taiki-e.
```powershell
scoop bucket add taiki-e https://github.com/taiki-e/scoop-bucket
scoop install
```
## Supported packages
- [cargo-hack]: Cargo subcommand to provide various options useful for testing and continuous integration.
- [cargo-llvm-cov]: Cargo subcommand to easily use LLVM source-based code coverage.
- [cargo-minimal-versions]: Cargo subcommand for proper use of `-Z minimal-versions`.
- [cargo-no-dev-deps]: Cargo subcommand for running cargo without dev-dependencies.
- [parse-changelog]: Simple changelog parser, written in Rust.
- [parse-dockerfile]: Dockerfile parser, written in Rust.
[cargo-hack]: https://github.com/taiki-e/cargo-hack
[cargo-llvm-cov]: https://github.com/taiki-e/cargo-llvm-cov
[cargo-minimal-versions]: https://github.com/taiki-e/cargo-minimal-versions
[cargo-no-dev-deps]: https://github.com/taiki-e/cargo-no-dev-deps
[parse-changelog]: https://github.com/taiki-e/parse-changelog
[parse-dockerfile]: https://github.com/taiki-e/parse-dockerfile
## Related Projects
- [install-action]: GitHub Action for installing development tools, including projects under github.com/taiki-e.
- [homebrew-tap]: Homebrew tap for projects under github.com/taiki-e.
[install-action]: https://github.com/taiki-e/install-action
[homebrew-tap]: https://github.com/taiki-e/homebrew-tap
## License
Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or
[MIT license](LICENSE-MIT) at your option.
Each of the packages may has a different license. See the
[Supported packages](#supported-packages) section for more information.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.