Skip to content

A modular bash script for creating a new Domain Driven Design .NET project skeleton from CLI commands.

Notifications You must be signed in to change notification settings

Kevinizevbigie/Driven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Driven

A simple way to start DDD projects in C#


Install

cd
git clone https://github.com/Kevinizevbigie/Driven.git
cd Driven

Usage

First, make it executable chmod +x install.sh.

Then, run the script ./install.sh

Once you run the script, you need to supply the project name. And that's it.

Note

  • This script is for linux (Tested on Debian 12).
  • dotnet cli is required.

About

A modular bash script for creating a new Domain Driven Design .NET project skeleton from CLI commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages