https://github.com/taiki-e/homebrew-tap
https://github.com/taiki-e/homebrew-tap
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taiki-e/homebrew-tap
- Owner: taiki-e
- License: apache-2.0
- Created: 2021-06-06T13:40:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-24T12:19:58.000Z (5 months ago)
- Last Synced: 2026-01-24T20:06:45.947Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 227 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Homebrew Tap
Homebrew tap for projects under github.com/taiki-e.
```sh
brew install taiki-e/tap/
```
## 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.
- [scoop-bucket]: Scoop bucket for projects under github.com/taiki-e.
[install-action]: https://github.com/taiki-e/install-action
[scoop-bucket]: https://github.com/taiki-e/scoop-bucket
## 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.