Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Homebrew Tap for Serv

Serv is a programming language for building backend services, schedulers, and APIs. It compiles to native binaries via Go.

Install

brew tap vyuvaraj/serv
brew install serv

Update

brew update
brew upgrade serv

Verify

serv --help

Post-install

Add to your shell profile (~/.zshrc or ~/.bashrc):

export SERV_HOME=$(brew --prefix serv)

Quick Start

serv init myapp
cd myapp
serv run main.srv --watch

Requirements

  • Go 1.22+ (installed automatically by Homebrew as a dependency)

Links

About

macOS Homebrew tap repository for compiling and installing the Serv CLI toolchain.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages