uml4net.HandleBars 0.2.0

dotnet add package uml4net.HandleBars --version 0.2.0                
NuGet\Install-Package uml4net.HandleBars -Version 0.2.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="uml4net.HandleBars" Version="0.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add uml4net.HandleBars --version 0.2.0                
#r "nuget: uml4net.HandleBars, 0.2.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install uml4net.HandleBars as a Cake Addin
#addin nuget:?package=uml4net.HandleBars&version=0.2.0

// Install uml4net.HandleBars as a Cake Tool
#tool nuget:?package=uml4net.HandleBars&version=0.2.0                

Introduction

Uml4net is a suite of dotnet core libraries and tools that are used to deserialize (read) a UML version 2.5.1 model in XMI form. Uml4net is typically used to support opinionated template based code-generation and i a part of modeltopia. Uml4net porivdes a number of libraries that are described in the following sections.

uml4net

The core library that contains all the class definitions as they appear in the UML 2.5.1 specification. Together with uml4net.xmi it provides the capability to to read UML models and make them available as an in-memory object graph.

uml4net.Extensions

The uml4net.Extensions library provides extensions methods to the uml4net library to support code generation. This library is part of the uml4net ecosystem.

uml4net.HandleBars

The uml4net.HandleBars library provides HandleBars helpers to support code generation. This library is part of the uml4net ecosystem.

uml4net.Reporting

The uml4net.Reporting library contains reporting generators. This library is part of the uml4net ecosystem.

uml4net.Tools

The uml4net.Tools commandline application is used to generate reports on the content of the UML model. Find the documentation here.

Code Quality

Quality Gate Status Code Smells Coverage Duplicated Lines (%) Lines of Code Maintainability Rating Reliability Rating Security Rating Technical Debt Vulnerabilities

Installation

The package are available on Nuget at:

  • uml4net: NuGet Version
  • uml4net.Extensions: NuGet Version
  • uml4net.HandleBars: NuGet Version
  • uml4net.Tools: NuGet Version

Build Status

GitHub actions are used to build and test the uml4net libraries

Branch Build Status
Master Build Status
Development Build Status

UML Documentation

The Object Management Gr1oup (OMG) is an international technology standards consortium. It was founded in 1989 with the goal of creating and maintaining vendor-neutral, interoperable, and portable standards for distributed computing. UML is one of the standards provided by OMG at http://www.omg.org/spec/UML/

License

The uml4net libraries are provided to the community under the Apache License 2.0.

Contributions

Contributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to s.gerene@stariongroup.eu. You can find the CLA's in the CLA folder.

Contribution guidelines for this project

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on uml4net.HandleBars:

Package Downloads
uml4net.Reporting

UML Reporting use in combination with the uml4net library to generate reports

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0 32 11/6/2024
0.1.0 69 10/24/2024

[Initial] release