Skip to content

Project templates for creating new applications with Avolutions Business Application Framework (BAF).

License

Notifications You must be signed in to change notification settings

avolutions/baf-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avolutions BAF Templates

Project templates for creating new applications with Avolutions Business Application Framework (BAF).

Install

dotnet new install Avolutions.Baf.Templates

Templates

Blazor

Create new Blazor app:

dotnet new baf-blazor -n MyApp

Apply BAF migrations:

dotnet ef migrations add AddBafTables
dotnet ef database update

Start the app.

About

Project templates for creating new applications with Avolutions Business Application Framework (BAF).

Resources

License

Stars

Watchers

Forks