Files
metabuilder/frontends/codegen/README.md
2026-03-09 22:30:41 +00:00

26 lines
316 B
Markdown

# CodeForge IDE
**Code = Doc**: All documentation is in `codegen.py`
---
## Quick Start
```bash
# See all commands
./codegen.py --help
# Start development
./codegen.py dev
# Build production
./codegen.py build
# Check migration status
./codegen.py audit
```
---
**Documentation**: Run `./codegen.py --help`