Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the option to choose an output directory #141

Open
gelycot opened this issue Oct 25, 2023 · 0 comments · May be fixed by #145
Open

Adding the option to choose an output directory #141

gelycot opened this issue Oct 25, 2023 · 0 comments · May be fixed by #145

Comments

@gelycot
Copy link

gelycot commented Oct 25, 2023

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.

@DanielChico DanielChico linked a pull request Mar 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant