commit a4564af3095cf4bccdb24417dd9762ccaba6b538 Author: Gogs Date: Tue Jun 8 15:11:23 2021 +0200 Initial Commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..22d0d82 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +vendor diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..2a038b8 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,11 @@ +{ + "printWidth": 120, + "tabWidth": 2, + "singleQuote": true, + + "semi": true, + "trailingComma": "es5", + "arrowParens": "always", + + "phpVersion": "7.1" +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..fe2202d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,16 @@ +{ + "editor.formatOnSave": true, + "editor.defaultFormatter": "esbenp.prettier-vscode", + "[php]": { + "editor.formatOnSave": true, + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "search.exclude": { + "**/vendor": true, + "**/node_modules": true, + "yarn.lock": true, + "package.json": true, + "tsconfig.json": true, + ".*": true + } +} diff --git a/Plugin.php b/Plugin.php new file mode 100644 index 0000000..45829d8 --- /dev/null +++ b/Plugin.php @@ -0,0 +1,14 @@ + [ + 'name' => 'Schooling', + 'description' => '', + ], +]; diff --git a/package.json b/package.json new file mode 100644 index 0000000..b2687e4 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "graphql", + "version": "1.0.0", + "main": "Plugin.php", + "repository": "https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-GraphQL.git", + "author": "German Airlines VA", + "license": "MIT", + "devDependencies": { + "@prettier/plugin-php": "^0.16.3", + "prettier": "^2.3.0" + }, + "scripts": { + "format": "prettier --write './**/*.{php,html,htm,yaml}'" + } +} diff --git a/plugin.yaml b/plugin.yaml new file mode 100644 index 0000000..859b612 --- /dev/null +++ b/plugin.yaml @@ -0,0 +1,6 @@ +plugin: + name: 'germanairlinesva.schooling::lang.plugin.name' + description: 'germanairlinesva.schooling::lang.plugin.description' + author: 'German Airlines Va' + icon: oc-icon-university + homepage: '' diff --git a/updates/version.yaml b/updates/version.yaml new file mode 100644 index 0000000..1894fd0 --- /dev/null +++ b/updates/version.yaml @@ -0,0 +1,2 @@ +1.0.1: + - Initialize plugin. diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..3ba8b3b --- /dev/null +++ b/yarn.lock @@ -0,0 +1,52 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@prettier/plugin-php@^0.16.3": + version "0.16.3" + resolved "https://registry.yarnpkg.com/@prettier/plugin-php/-/plugin-php-0.16.3.tgz#74867210079ba3c0c3ae843029d76e25ff0aadf3" + integrity sha512-DNidzeGpP+/wmcCAZNSHxgoAnhEosYG+no4jJRqln19e1o3Okpuir/2JMxb07VCwdG50IWjtNgVwNPVl4uj0Hg== + dependencies: + linguist-languages "^7.5.1" + mem "^8.0.0" + php-parser "3.0.2" + +linguist-languages@^7.5.1: + version "7.15.0" + resolved "https://registry.yarnpkg.com/linguist-languages/-/linguist-languages-7.15.0.tgz#a93bed6b93015d8133622cb05da6296890862bfa" + integrity sha512-qkSSNDjDDycZ2Wcw+GziNBB3nNo3ddYUInM/PL8Amgwbd9RQ/BKGj2/1d6mdxKgBFnUqZuaDbkIwkE4KUwwmtQ== + +map-age-cleaner@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a" + integrity sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w== + dependencies: + p-defer "^1.0.0" + +mem@^8.0.0: + version "8.1.1" + resolved "https://registry.yarnpkg.com/mem/-/mem-8.1.1.tgz#cf118b357c65ab7b7e0817bdf00c8062297c0122" + integrity sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA== + dependencies: + map-age-cleaner "^0.1.3" + mimic-fn "^3.1.0" + +mimic-fn@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-3.1.0.tgz#65755145bbf3e36954b949c16450427451d5ca74" + integrity sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ== + +p-defer@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" + integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= + +php-parser@3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/php-parser/-/php-parser-3.0.2.tgz#a86dbbc110e57378cba71ab4cd9b0d18f3872ac3" + integrity sha512-a7y1+odEGsceLDLpu7oNyspZ0pK8FMWJOoim4/yd82AtnEZNLdCLZ67arnOQZ9K0lHJiSp4/7lVUpGELVxE14w== + +prettier@^2.3.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.1.tgz#76903c3f8c4449bc9ac597acefa24dc5ad4cbea6" + integrity sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==