ycd / manage-fastapi

:rocket: CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy.
https://github.com/ycd/manage-fastapi
MIT License
1.65k stars 106 forks source link

Adding the option to choose an output directory #141

Open gelycot opened 10 months ago

gelycot commented 10 months ago

Now, when creating a project using the FastAPI project generation tool, there is no option to choose the target directory where the project will be created. By default, the tool uses the current working directory.

We propose adding the functionality that allows users to specify the desired directory in which the project should be created. This perfection will improve the tool's usability, especially when users want to generate the project in a specific folder or location.

The following changes are planned for implementation:

-Add an option that enables users to specify an output directory when using the project generation tool. -When this option is used, the project will be created in the specified directory instead of the current working directory. -Provide documentation about the new option in the tool's documentation. This enhancement will make the process of creating FastAPI projects more flexible and user-friendly.