ECoreNetto.Tools
0.1.0
See the version list below for details.
dotnet tool install --global ECoreNetto.Tools --version 0.1.0
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local ECoreNetto.Tools --version 0.1.0
#tool dotnet:?package=ECoreNetto.Tools&version=0.1.0
nuke :add-package ECoreNetto.Tools --version 0.1.0
<img src="https://github.com/STARIONGROUP/EcoreNetto/raw/development/Ecorenetto-Logo-text.png" width="350">
Introduction
ECoreNetto is a suite of dotnet core libraries that are used to deserialize an Ecore meta-model for the purpose of code generation. Ecore is a meta-model used to represent models in the Eclipse Modelling Framework. EMF is a powerful framework and code generation facility for building Java applications based on simple model definitions. The intention of ECoreNetto is not to be a port of EMF, it aims at bridging the gap to the .NET world to facilitate code generation of C# class libraries based on an Ecore model using the .NET code available tooling and libraries.
ECoreNetto.Extensions
The ECoreNetto.Extensions library provides extensions methods to the EcoreNetto library to support code generation. This library is part of the EcoreNetto ecosystem.
ECoreNetto.HandleBars
The ECoreNetto.HandleBars library provides HandleBars helpers to support code generation. This library is part of the EcoreNetto ecosystem.
ECoreNetto.Tools
The ECoreNetto.Tools commandline application is used to generate reports on the content of the Ecore model.
Code Quality
Installation
The package are available on Nuget at:
Build Status
GitHub actions are used to build and test the EcoreNetto libraries
Branch | Build Status |
---|---|
Master | |
Development |
Ecore Documentation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.
[Initial] Releasee