Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ebraheemtammam/dotnet_onion_script
- Owner: EbraheemTammam
- Created: 2024-10-22T08:02:50.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T11:55:15.000Z (3 months ago)
- Last Synced: 2024-10-25T06:49:09.118Z (3 months ago)
- Topics: automation, dotnet, onion-architecture, powershell, powershell-script, webapi
- Language: PowerShell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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