Snippington.Utility.Templates
0.0.2
There is a newer version of this package available.
See the version list below for details.
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.