Skip to content

Commit

Permalink
Added Scripts for generating Codelists
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Mar 24, 2024
1 parent f05021f commit eb570a0
Show file tree
Hide file tree
Showing 4 changed files with 624 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
},
"require-dev": {
"goetas-webservices/xsd2php": "^0",
"nette/php-generator": "*",
"pdepend/pdepend": "^2",
"phploc/phploc": "^7",
"phpmd/phpmd": "^2",
Expand Down
2 changes: 2 additions & 0 deletions make/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
classes/
download/
4 changes: 4 additions & 0 deletions make/gencodelists
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

sudo -u www-data php -f ./gencodelists.php
sudo -u www-data ../vendor/bin/phpcbf --standard=./../build/phpcsrules_psr12.xml -q ./classes/
Loading

0 comments on commit eb570a0

Please sign in to comment.