Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rocketsurgeonsguild/airframe
- Owner: RocketSurgeonsGuild
- License: mit
- Created: 2019-02-21T03:27:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T19:46:09.000Z (4 months ago)
- Last Synced: 2024-10-04T08:08:14.616Z (4 months ago)
- Topics: reactiveui, xamarin, xamarin-forms, xamarin-ios, xamarin-mac, xamarin-mvvm
- Language: C#
- Homepage:
- Size: 690 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"