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

Automatic Resource Module Generator? #30

Open
djkemmet opened this issue Aug 25, 2023 · 1 comment
Open

Automatic Resource Module Generator? #30

djkemmet opened this issue Aug 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@djkemmet
Copy link

Describe the feature you'd like
Similar to DRF having a startproject and startapp command for start projects of apps, it would be nice to have this functionality in Panther so I don't have to create these by hand.

Additional context
Is there a PNP for this already and or can anyone give me an idea how hard this would be to implement?

@djkemmet djkemmet added the enhancement New feature or request label Aug 25, 2023
@AliRn76
Copy link
Owner

AliRn76 commented Aug 25, 2023

Thanks for the issue,
Panther already has panther create command, but as you said it doesn't have any command like startapp of django

If you want to work on this issue yourself, you have to read the panther create command code, and make a command similar to it, you may want to restructure the Template for this progress

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

No branches or pull requests

2 participants