SkeleKit.Templates 0.1.8

dotnet new install SkeleKit.Templates@0.1.8
                    
This package contains a .NET Template Package you can call from the shell/command line.

SkeleKit

SkeleKit is a native, code-first UI framework for building iPhone and iPad apps with C# and UIKit. It provides view trees, layout, MVVM bindings, navigation, dependency injection, and application services without MAUI or XAML.

Get started

Install the project template and create an app:

dotnet new install SkeleKit.Templates
dotnet new skelekit-ios --name MyApp

To add SkeleKit to an existing .NET for iOS project:

dotnet add package SkeleKit.iOS

SkeleKit requires the .NET 10 iOS workload and targets iOS 18 or later.

SkeleKit is an early preview. APIs may change before version 1.0.

  • net10.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.8 43 9/6/2026
0.1.7 45 9/6/2026
0.1.6 44 9/6/2026
0.1.5 42 9/6/2026
0.1.4 88 8/30/2026
0.1.3 86 8/29/2026
0.1.2 112 8/23/2026
0.1.1 98 8/23/2026
0.1.0 92 8/22/2026

- Update SkeleKit version.