Skip to content

AlejandroEsteveMaza/FolderStructureGenerator-RestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Folder Structure Generator

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.

Usage

  1. Clone or download this repository.
  2. Run the script GenerateFolderStructure.ps1.
  3. Follow the prompts to enter the base path where you want to create the folder structure.
  4. Once executed, the script will create the necessary folders in the specified location.

Folder Structure

The generated folder structure includes the following folders:

  • controller
  • dto
  • entity
  • service
    • impl
  • exception
  • repository
  • config

Requirements

  • Windows OS with PowerShell installed.
  • Sufficient permissions to create folders in the specified location.

Contribución

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.

Contributors

Author

This project was created by Alejandro Esteve Maza.

About

PowerShell script to generate folder structure for REST API projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published