0
1
Fork 0
mirror of https://github.com/TKMM-Team/TkSharp.git synced 2026-04-01 21:58:56 +00:00
Utility library for mod merging and management.
  • ZenScript 63.7%
  • C# 36.3%
Find a file
2026-02-20 20:15:32 -08:00
.github/workflows Create nuget workflow 2024-12-08 09:05:15 -08:00
Extensions Update dependencies 2026-02-20 19:53:59 -08:00
TkSharp Rollback sharp compress 2026-02-20 20:12:47 -08:00
TkSharp.Core Lock SharpCompress package version 2026-02-20 20:15:32 -08:00
TkSharp.Data.Embedded Update dependencies 2026-02-20 19:53:59 -08:00
TkSharp.Debug misc fixes 2025-01-08 00:50:51 +01:00
TkSharp.Merging Update dependencies 2026-02-20 19:53:59 -08:00
TkSharp.Packaging Update dependencies 2026-02-20 19:53:59 -08:00
Tools/TkSharp.DevTools misc fixes 2025-01-08 00:50:51 +01:00
.gitattributes Create OSS metadata 2024-11-25 20:48:41 -08:00
.gitignore Update gitignore 2024-12-08 08:56:03 -08:00
License.md Create OSS metadata 2024-11-25 20:48:41 -08:00
Readme.md Update readme 2024-11-27 12:00:10 -08:00
TkSharp.sln Create MinFs extension project 2025-10-13 17:55:45 -07:00
TkSharp.sln.DotSettings Update IDE spellcheck dictionary 2024-11-25 20:48:56 -08:00

TotK-Sharp

License Downloads Latest

Utility library for mod merging and management.

Usage

// TODO

Install

NuGet NuGet

NuGet

Install-Package TkSharp
Install-Package TkSharp.Core
Install-Package TkSharp.Data.Embedded
Install-Package TkSharp.Merging

Install-Package TkSharp.Extensions.GameBanana

Build From Source

git clone https://github.com/TKMM-Team/TkSharp
dotnet build TkSharp