Starter kit shell commands for conformance checks, standards upgrades, and project bootstrap.
Run from project root in a terminal:
./starter-kit/check-conformance.sh "$PWD"
./starter-kit/update-project-to-standards.sh /path/to/project
./starter-kit/init-new-project.sh /path/to/new-project
php tools/route_metadata_tools.php validate
php tools/route_metadata_tools.php list
php tools/route_metadata_tools.php add --key=myNewPage --file=myNewPage.php --label="My New Page" --title="My New Page"