Everything in development. No LTS.
brew tap tatehanawalt/devtools
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>
democ
C cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install democ
Install HEAD
brew install --HEAD democ
democpp
C++ cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install democpp
Install HEAD
brew install --HEAD democpp
demogolang
golang cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install demogolang
Install HEAD
brew install --HEAD demogolang
demonodejs
nodejs cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install demonodejs
Install HEAD
brew install --HEAD demonodejs
demopython
python cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install demopython
Install HEAD
brew install --HEAD demopython
demozsh
zsh cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install demozsh
Install HEAD
brew install --HEAD demozsh
devenv
Configure a dev environment
Install STABLE
brew install devenv
Install HEAD
brew install --HEAD devenv
gaffer
zsh cli built as part of the homebrew demo/dev tools project
Install STABLE
brew install gaffer
Install HEAD
brew install --HEAD gaffer
brew search tatehanawalt
brew uninstall <package_name>
Generate Project README
The readme is generated by running the script below with no arguments.
./.github/scripts/gen_readme.sh