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

https://github.com/maxludden/homebrew-tap

A repo for homebrew to tap.
https://github.com/maxludden/homebrew-tap

Last synced: 3 months ago
JSON representation

A repo for homebrew to tap.

Awesome Lists containing this project

README

          

# homebrew-tap

A Homebrew tap for maxludden's projects.

## Installation

```bash
brew tap maxludden/tap
```

## Formulas

### rich-gradient

A gradient generator for Rich renderables and CLI. This Python library allows printing gradient-colored text to the console.

```bash
brew install maxludden/tap/rich-gradient
```

After installation, you can use the CLI:

```bash
# Print text with rainbow gradient
rich-gradient print 'Hello, World!' --rainbow

# Get help
rich-gradient --help
```

## Updating

To update to the latest version:

```bash
brew update
brew upgrade maxludden/tap/rich-gradient
```

## More Information

- [rich-gradient on GitHub](https://github.com/maxludden/rich-gradient)
- [rich-gradient Documentation](https://maxludden.github.io/rich-gradient)