equinor/COLT - Ontology to Code Library
Goes through ontology files and generates a code library to access them programatically.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| from | The directory with the ontologies you wish to transform. | yes | . |
| to | The directory where you wish to place the generated code library (this directory will be emptied and filled with new content). | yes | ./colt/ |
| package_name | The name of the code library package generated. | no | — |
| namespace | The namespace for the C# project generated. | no | Auto.Ontology |
| dotnet | The version of .NET to use. 6, 7, and 8 are supported. | no | 8 |
Outputs
no outputs