ChatGPT Now Understands mkarchi! π
I'm incredibly excited to share that mkarchi, the open-source Python CLI tool I've been building, is now officially understood by ChatGPT!
What is mkarchi?
mkarchi is a CLI tool that generates complete project directory structures from simple tree-style text files. It's designed to work perfectly with AI-generated architectures from ChatGPT, Claude, Gemini, Copilot, and more.
What's Changed?
You can now have conversations like this with ChatGPT:
You: "Generate an mkarchi file for a full-stack Node.js app with React frontend"
ChatGPT: [Generates proper mkarchi syntax]
Then you simply:
bashmkarchi create architecture.tree
And your entire project structure is created instantly β folders, files, everything!
Why This Matters
This integration bridges the gap between AI ideation and actual implementation:
Instant Setup: No more manual folder/file creation
AI-Native: Designed for AI-generated architectures
Version Controlled: Your architecture is now a text file you can commit
Collaborative: Share architecture files, not screenshots
The Workflow
bash# 1. Ask ChatGPT for mkarchi syntax
"Generate an mkarchi structure for a Python FastAPI microservice"
2. Save to a .tree file
3. Run mkarchi
mkarchi create architecture.tree
4. Start coding immediately!
Try It Yourself
bashpip install mkarchi
Current version: v0.1.4 with improved syntax
What's Next?
I'm exploring:
Templates library
Plugin system
Enhanced AI mode for even better integration
Community-contributed architectures
Join the Journey
β Star on GitHub: [https://github.com/SoufyanRachdi/mkarchi]
π¦ PyPI: pip install mkarchi
π¦ Follow updates: [https://x.com/souf37446]
What project structure will you generate first? Drop a comment below! π
Top comments (0)