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

Implement logic for loading user generators into fastapi-mvc CLI #69

Closed
1 task done
Tracked by #53
rszamszur opened this issue Apr 11, 2022 · 1 comment · Fixed by #70
Closed
1 task done
Tracked by #53

Implement logic for loading user generators into fastapi-mvc CLI #69

rszamszur opened this issue Apr 11, 2022 · 1 comment · Fixed by #70
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rszamszur
Copy link
Member

rszamszur commented Apr 11, 2022

  • I have searched the issues of this repo and believe that this is not a duplicate.

Feature Request

Once a user creates a generator (#68), it needs somehow to be loaded into available fastapi-mvc generators.

@rszamszur rszamszur added the enhancement New feature or request label Apr 11, 2022
This was referenced Apr 11, 2022
@rszamszur rszamszur added this to the 0.11.0 milestone Apr 11, 2022
@rszamszur rszamszur self-assigned this Apr 11, 2022
@rszamszur rszamszur changed the title Implement logic for loading user generators for fastapi-mvc Implement logic for loading user generators into fastapi-mvc CLI Apr 12, 2022
@rszamszur
Copy link
Member Author

This feature is made of 2 parts:

  1. A method to programmatically load generator modules at runtime.
  2. A way to programmatically create click.Commands based on available generators (and their options), which will be imported via loader mentioned above.

Resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant