Inspired by https://github.com/github/scripts-to-rule-them-all.
- Install DDEV
./script/setup
./script/server: start ddev to allow running examples, linting, testing./script/stop: stop ddev
Run after pulling/merging git with changes from others (e.g. git pull or git checkout).
This will updates composer packages.
./script/update
./script/lint: run all linters (reviewdog is broken, see--helpto run for specific types)./script/fix: auto fix from linters (reviewdog is broken, see--helpto run for specific types)./script/test: run all tests
./script/console <command>: run a command (e.g../script/console composer require ...)./script/console: get a bash console
./script/reset: remove and setup Docker again