diff --git a/README.md b/README.md index 0db208a..22e1b79 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Playground Matrix Resource +# Playground: Matrix Resource [![Playground CI Workflow](https://github.com/gammamatrix/playground-matrix-resource/actions/workflows/ci.yml/badge.svg?branch=develop)](https://raw.githubusercontent.com/gammamatrix/playground-matrix-resource/testing/develop/testdox.txt) [![Test Coverage](https://raw.githubusercontent.com/gammamatrix/playground-matrix-resource/testing/develop/coverage.svg)](tests) @@ -68,25 +68,25 @@ composer cloc ``` ``` -➜ playground-matrix-resource git:(develop) ✗ composer cloc +➜ playground-matrix-resource git:(feature/GH-16) ✗ composer cloc > cloc --exclude-dir=node_modules,output,vendor . - 747 text files. - 441 unique files. - 308 files ignored. + 757 text files. + 692 unique files. + 67 files ignored. -github.com/AlDanial/cloc v 1.98 T=0.73 s (604.6 files/s, 92585.9 lines/s) +github.com/AlDanial/cloc v 1.98 T=0.95 s (731.3 files/s, 100891.6 lines/s) ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- -JSON 3 0 0 23774 -PHP 304 3379 4899 20135 -YAML 92 5 0 13943 -Blade 36 159 7 865 -XML 3 0 5 223 -Markdown 2 37 0 86 +JSON 5 0 0 38125 +PHP 465 4051 5740 23042 +YAML 162 5 0 16600 +Blade 53 330 7 7183 +XML 3 0 7 215 +Markdown 3 41 0 103 INI 1 3 0 12 ------------------------------------------------------------------------------- -SUM: 441 3583 4911 59038 +SUM: 692 4430 5754 85280 ------------------------------------------------------------------------------- ``` diff --git a/resources/package/package.playground-matrix-resource.json b/resources/package/package.playground-matrix-resource.json new file mode 100644 index 0000000..ab85e1b --- /dev/null +++ b/resources/package/package.playground-matrix-resource.json @@ -0,0 +1,73 @@ +{ + "class": "ServiceProvider", + "config": "playground-matrix-resource", + "config_space": "PLAYGROUND_MATRIX_RESOURCE", + "fqdn": "Playground/Matrix/Resource/ServiceProvider", + "module": "Matrix", + "module_slug": "matrix", + "name": "Matrix Resource", + "namespace": "Playground/Matrix/Resource", + "organization": "Playground", + "organization_email": "jeremy.postlethwaite@gmail.com", + "package": "playground-matrix-resource", + "withBlades": true, + "withControllers": true, + "withFactories": false, + "withMigrations": false, + "withModels": false, + "withPolicies": true, + "withRequests": true, + "withRoutes": true, + "withSwagger": true, + "withTests": true, + "playground": true, + "revision": false, + "package_name": "Playground: Matrix Resource", + "package_description": "Playground: Provides an API and a Blade UI for interacting with Playground Matrix, a Project Management System for Laravel applications.", + "package_homepage": "https://github.com/gammamatrix/playground-matrix-resource", + "package_keywords": [ + "gammamatrix", + "laravel", + "matrix", + "playground", + "playground-blade" + ], + "package_license": "MIT", + "package_authors": [ + { + "name": "Jeremy Postlethwaite", + "email": "jeremy.postlethwaite@gmail.com", + "role": "Developer" + } + ], + "package_require": { + "php": "^8.2", + "gammamatrix/playground": "*", + "gammamatrix/playground-auth": "*", + "gammamatrix/playground-http": "*", + "gammamatrix/playground-matrix": "*" + }, + "package_require_dev": { + "gammamatrix/playground-test": "*", + "gammamatrix/playground-login-blade": "*", + "gammamatrix/playground-site-blade": "*" + }, + "package_suggest": [], + "package_autoload_psr4": [], + "package_autoload_dev_psr4": [], + "package_providers": [], + "package_laravel_providers": [ + "Playground/Matrix/Resource/ServiceProvider" + ], + "packagist": "gammamatrix/playground-matrix-resource", + "controllers": [], + "models": [], + "policies": [], + "requests": [], + "routes": [], + "transformers": [], + "uses": [], + "service_provider": "", + "type": "playground-resource", + "version": "73.0.0" +} \ No newline at end of file