Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rocketsurgeonsguild/airframe

A collection of abstract classes that extend MVVM implementations
https://github.com/rocketsurgeonsguild/airframe

reactiveui xamarin xamarin-forms xamarin-ios xamarin-mac xamarin-mvvm

Last synced: 4 months ago
JSON representation

A collection of abstract classes that extend MVVM implementations

Awesome Lists containing this project

README

        

# Airframe
A collection of abstract classes that extend ReactiveUI implementations

# Status

[![github-release-badge]][github-release]
[![github-license-badge]][github-license]
[![codecov-badge]][codecov]

| GitHub Actions |
| -------------- |
| [![github-badge]][github] |
| [![github-history-badge]][github] |

### NuGet

| Package | NuGet |
| ------- | ----- |
| Rocket.Surgery.Airframe | [![nuget-version-badge]![nuget-downloads-badge]][nuget] |
| Rocket.Surgery.Airframe.Forms | [![forms-nuget-version-badge]![forms-nuget-downloads-badge]][forms-nuget] |
| Rocket.Surgery.Airframe.ViewModels | [![viewmodels-nuget-version-badge]![viewmodels-nuget-downloads-badge]][viewmodels-nuget] |

[github-release]: https://github.com/RocketSurgeonsGuild/Airframe/releases/latest
[github-release-badge]: https://img.shields.io/github/release/RocketSurgeonsGuild/Airframe.svg?logo=github&style=flat "Latest Release"
[github-license]: https://github.com/RocketSurgeonsGuild/Airframe/blob/master/LICENSE
[github-license-badge]: https://img.shields.io/github/license/RocketSurgeonsGuild/Airframe.svg?style=flat "License"
[codecov]: https://codecov.io/gh/RocketSurgeonsGuild/Airframe
[codecov-badge]: https://img.shields.io/codecov/c/github/RocketSurgeonsGuild/Airframe.svg?color=E03997&label=codecov&logo=codecov&logoColor=E03997&style=flat "Code Coverage"

[azurepipelines]: https://dev.azure.com/RocketSurgeonsGuild/Libraries/_apis/build/status/RSG.Airframe?branchName=master
[azurepipelines-badge]: https://img.shields.io/azure-devops/build/RocketSurgeonsGuild/Libraries/27.svg?color=98C6FF&label=azure%20pipelines&logo=azuredevops&logoColor=98C6FF&style=flat "Azure Pipelines Status"
[azurepipelines-history]: https://dev.azure.com/RocketSurgeonsGuild/Libraries/_build/latest?definitionId=27&branchName=master
[azurepipelines-history-badge]: https://buildstats.info/azurepipelines/chart/RocketSurgeonsGuild/Libraries/27?includeBuildsFromPullRequest=false "Azure Pipelines History"

[github]: https://github.com/RocketSurgeonsGuild/Airframe/actions?query=workflow%3Aci
[github-badge]: https://img.shields.io/github/workflow/status/RocketSurgeonsGuild/Airframe/ci.svg?label=github&logo=github&color=b845fc&logoColor=b845fc&style=flat "GitHub Actions Status"
[github-history-badge]: https://buildstats.info/github/chart/RocketSurgeonsGuild/Airframe?includeBuildsFromPullRequest=false "GitHub Actions History"
[nuget]: https://www.nuget.org/packages/Rocket.Surgery.Airframe/
[nuget-version-badge]: https://img.shields.io/nuget/v/Rocket.Surgery.Airframe.svg?color=004880&logo=nuget&style=flat-square "NuGet Version"
[nuget-downloads-badge]: https://img.shields.io/nuget/dt/Rocket.Surgery.Airframe.svg?color=004880&logo=nuget&style=flat-square "NuGet Downloads"

[forms-nuget]: https://www.nuget.org/packages/Rocket.Surgery.Airframe.Forms/
[forms-nuget-version-badge]: https://img.shields.io/nuget/v/Rocket.Surgery.Airframe.Forms.svg?color=004880&logo=nuget&style=flat-square "NuGet Version"
[forms-nuget-downloads-badge]: https://img.shields.io/nuget/dt/Rocket.Surgery.Airframe.Forms.svg?color=004880&logo=nuget&style=flat-square "NuGet Downloads"

[viewmodels-nuget]: https://www.nuget.org/packages/Rocket.Surgery.Airframe.ViewModels/
[viewmodels-nuget-version-badge]: https://img.shields.io/nuget/v/Rocket.Surgery.Airframe.ViewModels.svg?color=004880&logo=nuget&style=flat-square "NuGet Version"
[viewmodels-nuget-downloads-badge]: https://img.shields.io/nuget/dt/Rocket.Surgery.Airframe.ViewModels.svg?color=004880&logo=nuget&style=flat-square "NuGet Downloads"