Skip to content

Demo project to show basics features of dotnet template

Notifications You must be signed in to change notification settings

sbailleul/dotnet-template-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Neos template demo

Template installation

Go to root folder and run command :

dotnet new -i ./ 

Template uninstallation

Go to root folder and run command :

dotnet new -u ./

Generation of new project

Options :

  • --entity | -e : Name of entity used in template, it will replace "Template" values
  • --name | -n : Name of solution, default is Neos.Templates
  • --output | -o : Output directory for solution

Example

To generate a users management project you can for example use this command once you have installed template :

dotnet new template-demo -e User -n Neos.UsersManagement -o users-management

About

Demo project to show basics features of dotnet template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages