https://github.com/langstream/homebrew-langstream
HomeBrew formulae for LangStream
https://github.com/langstream/homebrew-langstream
Last synced: 7 months ago
JSON representation
HomeBrew formulae for LangStream
- Host: GitHub
- URL: https://github.com/langstream/homebrew-langstream
- Owner: LangStream
- Created: 2023-08-17T14:07:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T13:00:48.000Z (over 1 year ago)
- Last Synced: 2025-02-17T05:41:15.283Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LangStream
Homebrew formulae for [LangStream CLI](https://github.com/LangStream/langstream).
- [CLI](#cli)
- [mini-langstream](#mini-langstream)
Refer to the [CLI installation guide](https://github.com/LangStream/langstream#cli) for more details.
## CLI
### Installation
```
brew install LangStream/langstream/langstream
```
### Usage
```
langstream -h
```
### Enable auto-completion
Open a terminal and copy/paste the following script. This is needed only once.
#### ZSH
```
[[ $(grep 'langstream generate-completion' "$HOME/.zshrc") ]] || echo -e "source <(langstream generate-completion)" >> "$HOME/.zshrc"
source $HOME/.zshrc # or open another terminal
```
#### Bash
```
[[ $(grep 'langstream generate-completion' "$HOME/.bashrc") ]] || echo -e "source <(langstream generate-completion)" >> "$HOME/.bashrc"
source $HOME/.bashrc # or open another terminal
```
## mini-langstream
### Installation
```
brew install LangStream/langstream/mini-langstream
```
### Usage
```
mini-langstream start
```