A tool to create the base sloppy toppy you can develop your project on top of
drfgen is an interactive command-line tool for initializing Django REST Framework (DRF) projects quickly and cleanly.
🧩 Current status: Milestone 0 (Base Setup) A minimal Poetry project with a functional CLI entrypoint.
- Initialize Poetry project
- Create minimal package structure (
__init__.py,cli.py) - Add Typer-based CLI that prints a simple message
- Verify Poetry command (
poetry run drfgen) - Commit base setup and tag initial version (
v0.1.0)
Current Version: v0.1.0