eliashaeussler/typo3-warming

View on GitHub
.ddev/commands/web/cgl

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash
set -e

## Description: Run CGL script for the package files
## Usage: cgl [command] [options]
## Example: ddev cgl lint\nddev cgl fix\nddev cgl migration\nddev cgl sca\nddev cgl lint:composer\nddev cgl fix:composer

composer -d /var/www/html/Tests/CGL "$@"