py-universe/django-rest-cli ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple command line tool for Django REST Framework that helps me start new API projects much faster.
I want to be able to run something like dr-cli startproject my_project, pick from a few project templates, and have it set up a ready to use Django REST project with the common things already configured, like docs, linting, and basic project files. I also want commands to create multiple apps at once, like dr-cli startapps todo user blog, with sensible name checks, and another command that can generate CRUD endpoints for models in those apps so I do not have to wire up all the repetitive views and URLs myself.
It should initialize git, install the needed dependencies, and create a helpful README for the new project with next steps. If you need to, look up current docs online so the setup feels modern and works smoothly.
Are you gonna build this?
make sure you review the code using coderabbit