Skip to content

MadL1me/aspnext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet foundation Version Nuget package

Asset 1@2x AspNext

ASP.NET 8 Opinionated template for fast development. Write code, not Configs.

Where to start

Currently, main repository contains Aspnext.Template template - template with ASP.NET Core, Zitadel and many other things.

Each Template is easy runs in docker, have its own README which contains info about project Stack, documentation and useful commands list.

If you don't want to use it, you can start with main template like this:

  1. Install template:
dotnet new install Aspnext.Template::8.1.0
  1. Create template with dotnet new:
dotnet new aspnext -o "MyAwesomeProjectName"
  1. Use your template! (For example, go to Aspnext.Template template README, it will have all required commands with your configuration)

Contribute

You can contribute by issue proposals, and making pull requests.

Your ideas about how we can make this simpler, more easy etc are very much needed.