Trusted97/whitecat

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitattributes
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
.github/ISSUE_TEMPLATE/config.yml
.github/PULL_REQUEST_TEMPLATE/FIX.md
.github/PULL_REQUEST_TEMPLATE/IMPROVEMENT.md
.github/PULL_REQUEST_TEMPLATE/NEW_FEATURE.md
.github/dependabot.yml
.github/workflows/scorecard.yml
.github/workflows/test.yaml
.gitignore
.php-cs-fixer.dist.php37
A
0 mins
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
composer.json
docker-compose.yml
docker/php-8.3/Dockerfile
docs/docker-setup-command-doc.md
docs/github-init-command-doc.md
docs/github-issue-command-doc.md
docs/github-pull-command-doc.md
docs/github-workflow-command-doc.md
docs/php-cs-fixer-init-command-doc.md
docs/phpstan-init-command-doc.md
docs/phpunit-init-command-doc.md
phpunit.xml
src/Command/DockerSetupCommand.php23
A
40 mins
src/Command/GithubInitCommand.php23
A
40 mins
src/Command/GithubIssueCommand.php23
A
40 mins
src/Command/GithubPullCommand.php23
A
40 mins
src/Command/GithubWorkflowCommand.php23
A
40 mins
src/Command/PhpCsFixerCommand.php23
A
40 mins
src/Command/PhpStanCommand.php23
A
40 mins
src/Command/PhpUnitCommand.php23
A
40 mins
src/Enums/DirectoryPath.php19
A
0 mins
src/Exception/InvalidComposerException.php5
A
0 mins
src/Helper/ComposerHelper.php23
A
0 mins
src/Helper/DirectoryCopyHelper.php38
A
0 mins
src/Helper/FileCopyHelper.php40
A
0 mins
src/Service/DockerSetupService.php90
A
0 mins
src/Service/GithubInitService.php115
A
0 mins
src/Service/GithubIssueService.php102
A
0 mins
src/Service/GithubPullService.php102
A
0 mins
src/Service/GithubWorkflowService.php142
A
0 mins
src/Service/PhpCsFixerService.php63
A
0 mins
src/Service/PhpStanService.php63
A
0 mins
src/Service/PhpUnitService.php78
A
0 mins