Skip to content

SamBWagner/braeburn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

braeburn

npm

A macOS system updater CLI. Keeps tools installed via Homebrew, npm, pip, .NET, and others up to date.

Install

npm install -g braeburn

Usage

braeburn              # run all enabled steps interactively
braeburn -y           # run all steps, auto-accept everything
braeburn homebrew npm # run specific steps only

Commands

Command Description
braeburn [steps...] [-y] Run update steps (default)
braeburn log [step] View the latest output log for a step
braeburn config Show config subcommand help
braeburn config list Print current configuration
braeburn config update Open interactive configuration editor
braeburn config update --no-<step> Disable a step
braeburn config update --<step> Re-enable a step

Steps

Steps run in two stages. The runtime stage runs first and is off by default — upgrading a runtime is a larger change than upgrading a tool, and is best done intentionally.

Step Stage Default Requires
pyenv runtime off pyenv or Homebrew
nvm runtime off ~/.nvm
homebrew tools on brew (required)
mas tools on mas
ohmyzsh tools on ~/.oh-my-zsh
npm tools on npm
pip tools on pip3
dotnet tools on dotnet
macos tools on
cleanup tools on brew

Requirements

  • macOS
  • Node.js ≥ 24
  • Homebrew (required)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published