Skip to content

LangStream/homebrew-langstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

LangStream

Homebrew formulae for LangStream CLI.

Refer to the CLI installation guide 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

About

HomeBrew formulae for LangStream

Resources

Stars

Watchers

Forks

Languages