Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexnoddings/tyne
C# libaries designed for making Line of Business Blazor apps more efficiently.
https://github.com/alexnoddings/tyne
asp-net-core aspnetcore blazor dotnet hacktoberfest
Last synced: about 1 month ago
JSON representation
C# libaries designed for making Line of Business Blazor apps more efficiently.
- Host: GitHub
- URL: https://github.com/alexnoddings/tyne
- Owner: alexnoddings
- License: mit
- Created: 2022-06-29T08:37:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T14:13:14.000Z (about 2 months ago)
- Last Synced: 2024-12-01T13:43:35.274Z (about 1 month ago)
- Topics: asp-net-core, aspnetcore, blazor, dotnet, hacktoberfest
- Language: C#
- Homepage: https://alexnoddings.github.io/Tyne/
- Size: 1.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![Tyne logo](assets/logo-letterbox.svg)
# Tyne ([docs](https://alexnoddings.github.io/Tyne/docs/)) ([demo](https://alexnoddings.github.io/Tyne/demo/))
[![Main branch build/test](https://img.shields.io/github/actions/workflow/status/alexnoddings/Tyne/build-and-test-main.yml?branch=main&logo=github&label=Main%20build)](https://github.com/alexnoddings/Tyne/actions/workflows/build-and-test-main.yml)
[![License](https://img.shields.io/github/license/alexnoddings/Tyne?logo=github&label=License)](https://github.com/alexnoddings/Tyne/blob/main/LICENSE)
[![Nuget downloads](https://img.shields.io/nuget/dt/Tyne.Core?label=NuGet%20downloads&logo=nuget)](https://www.nuget.org/packages/Tyne.Core/)
[![Latest stable Nuget version](https://img.shields.io/nuget/v/Tyne.Core?label=Stable%20NuGet%20version&logo=nuget)](https://www.nuget.org/packages/Tyne.Core/)
[![Latest unstable Nuget version](https://img.shields.io/nuget/vpre/Tyne.Core?label=Latest%20NuGet%20version&logo=nuget)](https://www.nuget.org/packages/Tyne.Core/)Tyne is a set of C# packages designed to make line-of-business apps in Blazor more efficiently.
Packages are designed to be à la carte based on a project's requirements. For example, the Blazor components are usable without EF change auditing, and vice versa.
See [the package list](https://alexnoddings.github.io/Tyne/docs/packages/) for details about what packages are available, and how to install them.