Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ebraheemtammam/dotnet_onion_script

PowerShell script to automate dotnet solution setup following onion architecture
https://github.com/ebraheemtammam/dotnet_onion_script

automation dotnet onion-architecture powershell powershell-script webapi

Last synced: 27 days ago
JSON representation

PowerShell script to automate dotnet solution setup following onion architecture

Awesome Lists containing this project

README

        

# Onion: PowerShell function to auto structure your .NET project following onion architecture

## Installation
1- Clone the repository on your local machine \
2- Open PowerShell and navigate to the cloned repository \
3- Run the following command:
```powershell
.\onion.ps1
```
> for permenant usage you can add it to your $PROFILE

## Usage
1- Create a new folder with the desired project name \
2- Navigate to the folder \
3- Run the following command:
```powershell
onion
```
> yes it's as simple as that