Skip to content

Brew installable devtools

Notifications You must be signed in to change notification settings

tatehanawalt/homebrew-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOMEBREW-DEVTOOLS

Tools and Projects available through Brew

Everything in development. No LTS.

flush-all-completed-workflow-runs Actions Status

Install

1. Tap the repository:

brew tap tatehanawalt/devtools

2. Install a tool usinig either the HEAD or STABLE method below.


STABLE

Install stable distribution with the standard brew install command:

brew install <package_name>

HEAD

Head deploys the latest code directly from the projects source. You will get the latest elements of the tools but the tools may contain bugs.

Install HEAD by adding the `--HEAD` flag in the install command just before the `<package_name>`. For example:

brew install --HEAD <package_name>

Tools

democ

C cli built as part of the homebrew demo/dev tools project

Install STABLE

brew install democ

Install HEAD

brew install --HEAD democ

democ source


democpp

C++ cli built as part of the homebrew demo/dev tools project

Install STABLE

brew install democpp

Install HEAD

brew install --HEAD democpp

democpp source


demogolang

golang cli built as part of the homebrew demo/dev tools project

Install STABLE

brew install demogolang

Install HEAD

brew install --HEAD demogolang

demogolang source


demonodejs

nodejs cli built as part of the homebrew demo/dev tools project

Install STABLE

brew install demonodejs

Install HEAD

brew install --HEAD demonodejs

demonodejs source


demopython

python cli built as part of the homebrew demo/dev tools project

Install STABLE

brew install demopython

Install HEAD

brew install --HEAD demopython

demopython source


demozsh

zsh cli built as part of the homebrew demo/dev tools project

Install STABLE

brew install demozsh

Install HEAD

brew install --HEAD demozsh

demozsh source


devenv

Configure a dev environment

Install STABLE

brew install devenv

Install HEAD

brew install --HEAD devenv

devenv source


gaffer

zsh cli built as part of the homebrew demo/dev tools project

Install STABLE

brew install gaffer

Install HEAD

brew install --HEAD gaffer

gaffer source


Uninstall

1. Show installed tools with:

brew search tatehanawalt

2. Uninstall a specific tool with:

brew uninstall <package_name>

Development

Generate Project README

The readme is generated by running the script below with no arguments.

./.github/scripts/gen_readme.sh

About

Brew installable devtools

Resources

Stars

Watchers

Forks

Releases

No releases published