An open API service indexing awesome lists of open source software.

https://github.com/taiki-e/homebrew-tap


https://github.com/taiki-e/homebrew-tap

Last synced: 4 months ago
JSON representation

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.