Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 508 Bytes

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:

.\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:

onion

yes it's as simple as that