Snippington.Utility.Templates 0.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet new install Snippington.Utility.Templates::0.0.2
                    
This package contains a .NET Template Package you can call from the shell/command line.

snp-aspnet-mvc-template

ASP.Net Core MVC Template with Identity and CRUD Controller

Setting Up

Once you setup your template, run the below commands (only once):

dotnet aspnet-codegenerator identity -dc YourAppName.Data.ApplicationDbContext --files "Account.Register;Account.Login;Account.Logout;Account.RegisterConfirmation;Account.Manage.PersonalData" --force
dotnet ef migrations add CreateInitialSchema
dotnet ef database update
  • net8.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.2 188 10/2/2024
0.1.1 151 9/25/2024
0.1.0 147 9/25/2024
0.0.9 398 5/26/2024
0.0.8 195 5/25/2024
0.0.6 184 5/24/2024
0.0.5 219 4/23/2024
0.0.4 249 4/16/2024
0.0.3 283 3/19/2024
0.0.2 270 3/18/2024
0.0.1 240 3/17/2024