Install dev tools and apps with a single config file. Drop it in, click install, done.
Download for macOSname: "Web Dev Setup" dependencies: - id: homebrew check: which brew install: /bin/bash -c "$(curl ...)" - id: node check: which node install: brew install node depends_on: homebrew