From 17801ee2eb6205a717b9c95847bd9330b49a2e3e Mon Sep 17 00:00:00 2001 From: Mathias Date: Sun, 13 Oct 2024 13:11:46 +0200 Subject: [PATCH] Nuget package added --- Pugnet/Pugnet.csproj | 20 ++++++++++++++++++++ Readme.md | 4 +--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Pugnet/Pugnet.csproj b/Pugnet/Pugnet.csproj index 5e13746..c0edb7d 100644 --- a/Pugnet/Pugnet.csproj +++ b/Pugnet/Pugnet.csproj @@ -4,6 +4,15 @@ net8.0 enable enable + LICENSE + Apache-2.0 + Pugnet + https://github.com/RespectMathias/Pugnet + **Pugnet** is a modern Pug view engine for ASP.NET Core, forked from [Pugzor](https://github.com/AspNetMonsters/pugzor). It is updated for .NET 8 and using Jering's `Javascript.NodeJS`. + https://github.com/RespectMathias/Pugnet + Readme.md + True + pug;pugnet;pugzor;view-engine;aspnetcore;asp-net-core;dotnet;net8;templating;javascript-nodejs;razor-alternative;modern-pug;pug-template;mvc;web-development;frontend;server-side-rendering;html-template;pugjs @@ -16,6 +25,17 @@ + + + True + \ + + + True + \ + + + diff --git a/Readme.md b/Readme.md index b51d75d..ca6ebbe 100644 --- a/Readme.md +++ b/Readme.md @@ -14,8 +14,6 @@ Learn more about Pug at [pugjs.org](https://pugjs.org/api/getting-started.html). Install-Package Pugnet ``` -*Note: Package availability coming soon.* - --- ## 🔨 Usage @@ -43,7 +41,7 @@ public class Model **Pug Template:** ```pug -p #{FirstName} +p #{FirstName} ``` ---