PixelatedLagg / Impart

The go-to framework to make websites using only C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version Downloads Discord

Most things are subject to change as Impart experiences a growth of new features.

Important links

Discord | License

How to Use:

For Dotnet CLI:

dotnet add package Impart

To use a specific version:

dotnet add package Impart --version (version number)

For .csproj Files:

<ItemGroup>
    <PackageReference Include="Impart" />
</ItemGroup>

To use a specific version:

<ItemGroup>
    <PackageReference Include="Impart" Version="(version number)" />
</ItemGroup>

For .csproj files, it is recommended to specify the version, considering different versions of Nuget either use the latest or earliest version of the package when unspecified.

You don't use Dotnet CLI or .csproj files? (I highly recommend them)

Find the instructions for use with your package manager on the Impart Nuget page.

About

The go-to framework to make websites using only C#.

License:GNU Lesser General Public License v2.1


Languages

Language:C# 100.0%