This PowerShell script is designed to automate the process of generating folder structures for REST API projects. It creates a standard folder layout commonly used in RESTful API development.
- Clone or download this repository.
- Run the script
GenerateFolderStructure.ps1
. - Follow the prompts to enter the base path where you want to create the folder structure.
- Once executed, the script will create the necessary folders in the specified location.
The generated folder structure includes the following folders:
- controller
- dto
- entity
- service
- impl
- exception
- repository
- config
- Windows OS with PowerShell installed.
- Sufficient permissions to create folders in the specified location.
If you want to contribute to this project, feel free to do so! Feel free to send pull requests or open issues to discuss new features, changes or problems encountered.
This project was created by Alejandro Esteve Maza.