0.0.31-alpha.0 • Published 11 months ago

@oslo-flanders/ea-converter v0.0.31-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

OSLO Conversion Service

Transforms an Enterprise Architect (EA) UML diagram to RDF (or a serialization)

Install

npm install @oslo-flanders/ea-converter

Global install

To use the service from the command line anywhere, you can install it globally.

npm install -g @oslo-flanders/ea-converter

API

The service is executed from the CLI and expects the following parameters: | Parameter | Description | Required | Possible values | | --------- | --------- | ----------- | --------------- | | --umlFile | The URL or local file path of an EA UML diagram | :heavy_check_mark: || | --diagramName | The name of the UML diagram within the EAP file | :heavy_check_mark: || | --publicationEnvironment | The base URI of environment where the document will be published | :heavy_check_mark: | | | --versionId | Version identifier for the document | :heavy_check_mark: || | --outputFile | The name of the RDF output file | No, but if omitted, output is written to process.stdout || | --outputFormat | RDF content-type specifiying the output format | :heavy_check_mark: | application/ld+json |

Usage

oslo-converter-ea --umlFile path/to/uml/diagram.eap --diagramName "diagramName" --versionId "test/1" --outputFile path/to/output.jsonld --outputFormat application/ld+json --publicationEnvironment https://data.vlaanderen.be
oslo-converter-ea --umlFile https://github.com/path/to/uml/diagram.eap --diagramName "My UML diagram" --versionId "test/1" --outputFormat application/ld+json --publicationEnvironment https://data.vlaanderen.be
0.0.31-alpha.0

11 months ago

0.0.30-alpha.0

11 months ago

0.0.28-alpha.0

11 months ago

0.0.29-alpha.0

11 months ago

0.0.27-alpha.0

11 months ago

0.0.26-alpha.0

11 months ago

0.0.22-alpha.0

12 months ago

0.0.24-alpha.0

12 months ago

0.0.23-alpha.0

12 months ago

0.0.25-alpha.0

12 months ago

0.0.21-alpha.0

12 months ago

0.0.20-alpha.0

1 year ago

0.0.19-alpha.0

1 year ago

0.0.12-alpha.0

2 years ago

0.0.9-alpha.0

2 years ago

0.0.8-alpha.0

2 years ago

0.0.10-alpha.0

2 years ago

0.0.15-alpha.0

2 years ago

0.0.16-alpha.0

2 years ago

0.0.11-alpha.0

2 years ago

0.0.14-alpha.0

2 years ago

0.0.6-alpha.0

2 years ago

0.0.7-alpha.0

2 years ago

0.0.7

2 years ago

0.0.5-alpha.0

2 years ago

0.0.4-alpha.0

2 years ago

0.0.3-alpha.0

2 years ago

0.0.2-alpha.0

2 years ago

0.0.1-alpha.0

2 years ago