Skip to content

LincolnTx/dotnet-cqrs-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet CQRS Template

This is a project made using dotnet template creating, you could read about it here Microsoft Documentation!

To use it in your machine, you need to clone this repository, open a terminal and navigate to the following folder: dotnet-cqrs-template.

Then you run the command: dotnet new -i .\

The command bellow will add this template in your dotnet-cli under the name of cqrstemplate

Now to start a new project with this template you could use bellow commands.

  1. dotnet new cqrstemplate --name name.of.your.project
  2. dotnet new cqrstemplate -o name.of.your.project

The first command will create the solution and all the files inside your currently folder. The second will use the parameter you'll pass to create a folder with that name. In both cases the value you'll pass as a parameter will be used as the name of your project folders and resources

This template was made by > Lincoln Texeira

Feel free to use this theme and change its code to better suit your needs, we're here for open source.

Keep coding!

About

A dotnet cli template create

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published