π Announcing mkarchi v0.1.6 - Now Ready to Use! π
Source: Dev.to
Announcement
Hey DEV Community! π
Iβve got some exciting news to share β mkarchi v0.1.6 is officially released and ready for production use! π
π€ Wait, Whatβs mkarchi?
Great question! Itβs a tiny Python CLI tool that saves you tons of time when setting up projects.
The problem it solves
You ask ChatGPT:
βGenerate a project structure for a React appβ
ChatGPT gives you a beautiful tree structureβ¦
Then you spend 20 minutes manually creating folders and files π«
The mkarchi way
- Get structure from AI
- Save to
structure.txt - Run:
mkarchi apply structure.txt
Done! β¨
π Whatβs New in v0.1.6
β¨ The give Command (GAME CHANGER!)
Now mkarchi works both ways:
# From AI β Real Project
mkarchi apply structure.txt
NEW in v0.1.6
mkarchi give # Real Project β Shareable Format
mkarchi give -c # Export structure only
mkarchi give myproject.txt # Custom filename
π Bulletproof Indentation
Fixed all nesting issues. Complex structures now work perfectly:
myapp/
ββ src/
β ββ components/
β β ββ Header.jsx
β β ββ Footer.jsx
β ββ App.jsx
ββ package.json
Every file ends up exactly where it should! β
π― Production Ready
This version is:
- β Thoroughly tested
- β Stable and reliable
- β Ready for real projects
- β Used by developers worldwide
π Try It Right Now!
Install
pip install mkarchi
Test the new give command
cd your-favorite-project
mkarchi give
cat structure.txt
π€― Your entire project as mkarchi format!
Create a new project
# Ask your favorite AI for a structure and save it as structure.txt
mkarchi apply structure.txt
Watch the magic happen! β¨
π‘ Cool Use Cases
π Teaching
βHereβs the project structure file, run one command, letβs start coding!β
π₯ Team Onboarding
New dev? One file, one command, ready to contribute.
π€ AI Collaboration
βHereβs my current structure, how can I improve it?β
π¦ Open Source
Help contributors set up instantly, no confusion.
π¨ Example Structure File
blog/
ββ src/
β ββ posts/
β β ββ hello-world.md(begincontenu)
β β # Hello World
β β My first post!
β β (endcontenu)
β ββ main.js(begincontenu)
β console.log('Hello!');
β (endcontenu)
ββ package.json
ββ README.md
Run mkarchi apply blog.txt and everything gets created! π―
π Why People Love It
βThis saved me SO much time!β β Reddit user
βExactly what I needed for my workflowβ β GitHub star
βSimple, fast, works perfectlyβ β PyPI review
π All the Links
- β Star on GitHub:
- π¦ Install from PyPI:
- π¦ Follow updates:
π Letβs Celebrate!
This release is the result of community feedback, bug reports, and feature requests. Thank you to everyone who helped make mkarchi better! π
Now itβs your turn:
pip install mkarchi
mkarchi give
Share what you think in the comments! π¬
What will you build with mkarchi? Drop a comment below! π
Happy coding! πβ¨
