Everything in development. No LTS.
brew tap tatehanawalt/devtoolsDetails
STABLE
Install stable distribution with the standard brew install command:
brew install <package_name>Details
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>democ
C cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install democInstall HEAD
brew install --HEAD democdemocpp
C++ cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install democppInstall HEAD
brew install --HEAD democppdemogolang
golang cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install demogolangInstall HEAD
brew install --HEAD demogolangdemonodejs
nodejs cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install demonodejsInstall HEAD
brew install --HEAD demonodejsdemopython
python cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install demopythonInstall HEAD
brew install --HEAD demopythondemozsh
zsh cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install demozshInstall HEAD
brew install --HEAD demozshdevenv
Configure a dev environment
Install STABLE
brew install devenvInstall HEAD
brew install --HEAD devenvgaffer
zsh cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install gafferInstall HEAD
brew install --HEAD gafferbrew search tatehanawaltbrew uninstall <package_name>Generate Project README
The readme is generated by running the script below with no arguments.
./.github/scripts/gen_readme.sh