lstn CLI
Installation

Installation

WIP

lstn is a command-line utility that serves as the primary interface for listen.dev.

It runs on your local machine and supports a variety of operating systems. Please select the appropriate installation method depending on your environment:

macOS

If you have the Homebrew (opens in a new tab) package manager installed, lstn can be installed by running:

brew install lstn

If not, you can run the install script:

curl -L https://cli.lstn.dev/install.sh | sh

After that, you should add the lstn directory to your shell rc file. Check the output of the install script for the exact command. Copy, paste and run it and the lstn command will be available everywhere.

Linux

Run the install script:

curl -L https://lstn.dev/install.sh | sh
  • Add to path?

Windows

Run the Powershell install script:

iwr https://lstn.dev/install.ps1 -useb | iex

Docker

Pull and use the Docker image for the lstn CLI:

docker pull <insert registry>/lstn/cli

alias lstn='docker run --rm ghcr.io/lstn/cli'