edmaxlabs-tools
v1.0.5
Published
**EdmaxLabs Tools** is a command-line interface (CLI) for managing EdmaxLabs projects, hosting, domains, and developer services directly from your terminal.
Downloads
161
Readme
EdmaxLabs Tools
EdmaxLabs Tools is a command-line interface (CLI) for managing EdmaxLabs projects, hosting, domains, and developer services directly from your terminal.
It is designed to be simple, fast, and automation-friendly, making it easy to deploy, configure, and manage applications without leaving your workflow.
🚀 Features
- 🔐 Authentication with EdmaxLabs
- 🌐 Hosting management
- 📦 Project configuration & deployment
- ⚙️ Developer-friendly CLI workflows
- 🧩 Designed for automation and CI/CD
📦 Installation
Install globally using npm:
npm install -g edmaxlabs-toolsVerify installation:
edmaxlabs --help🔑 Authentication
Login to your EdmaxLabs account:
edmaxlabs loginThis will securely store your access token locally.
🏗️ Hosting & Domains
Add a custom domain
edmaxlabs hosting --domainYou will be prompted for:
- Domain name (e.g.
example.com) - Email (for SSL / verification)
The CLI will:
- Configure hosting
- Set up reverse proxy
- Attempt SSL provisioning automatically
⚠️ If DNS verification is required, instructions will be provided.
📁 Project Management
Initialize or link a project:
edmaxlabs initSelect an existing project or create a new one.
📌 Requirements
- Node.js v18+
- npm v9+
🐞 Issues & Support
If you encounter a bug or have a feature request, please open an issue:
👉 https://github.com/edmaxLabs/edmaxlabs-tools/issues
📜 License
MIT License © EdmaxLabs
🌍 Links
- 🌐 Website: https://edmaxlabs.com
- 🐙 GitHub: https://github.com/edmaxLabs
🧠 Philosophy
“Build fast. Deploy faster. Stay in control.”
EdmaxLabs Tools is built to remove friction between ideas and production.
