mana-tree-cli
v0.1.1
Published
CLI tool for generating and managing Mana-Tree projects with cloud sync support
Downloads
194
Maintainers
Readme
Mana-Tree is a full-stack project generator that converts simple text-based project structures into ready-to-use downloadable ZIP archives.
It includes:
⚡ Local project generation via CLI
☁️ Cloud-saved projects with account sync
🔐 Secure authentication system
📦 Instant ZIP archive downloads
🧠 Smart project structure parsing
🚀 Installation
npm install -g mana-tree🛠 Generate Project Locally
mt create --project server --file structure.txtExample structure.txt:
src/
index.ts
routes/
user.ts
package.jsonThis generates:
server.zip🔐 Login to Your Account
mt loginYou will be prompted for:
- Password
📂 List Saved Projects
mt listDisplays all active cloud-saved projects linked to your account.
⬇️ Download Saved Project
mt -d serverDownloads your saved project as:
server.zip🚪 Logout
mt logout👨💻 Author
📜 License
