Skip to content

Commit

Permalink
bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
samuvack committed Nov 28, 2023
1 parent 60d15a5 commit 4d1bca0
Show file tree
Hide file tree
Showing 12 changed files with 15,175 additions and 196 deletions.
3,861 changes: 3,665 additions & 196 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"@oslo-flanders/ea-converter": "^0.0.5-alpha.0",
"reflect-metadata": "^0.1.13"
}
}
Binary file not shown.
Binary file not shown.
17 changes: 17 additions & 0 deletions packages/oslo-converter-uml-ea/bash.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash

# convert to json-ld app
node bin/runner.js --umlFile Verkeersmetingen-IM.eap --diagramName VSDS-Verkeersmetingen --outputFile output_app.jsonld --specificationType ApplicationProfile --outputFormat application/ld+json --publicationEnvironment 'https://implementatie.data.vlaanderen.be#' --versionId 'Verkeersmetingen'

# convert to json-ld voc
node bin/runner.js --umlFile Verkeersmetingen-IM.eap --diagramName VSDS-Verkeersmetingen --outputFile output_voc.jsonld --specificationType Vocabulary --outputFormat application/ld+json --publicationEnvironment 'https://implementatie.data.vlaanderen.be#' --versionId 'Verkeersmetingen'


#convert to RESPEC html impl
node ../oslo-generator-respec-html/bin/runner.js --input output_app.jsonld --output output_app.html --specificationType ApplicationProfile --language nl --specificationName 'Implementatieprofiel Verkeersmetingen'

#convert to RESPEC html voc
node ../oslo-generator-respec-html/bin/runner.js --input output_voc.jsonld --output output_voc.html --specificationType Vocabulary --language nl --specificationName 'Vocabularium Implementatieprofiel Verkeersmetingen'



Loading

0 comments on commit 4d1bca0

Please sign in to comment.