Appearance
Motanamy CLI Tool
The Motanamy CLI helps you create, develop, and deploy applications for EA, SA, and OS platforms.
Installation
bash
npm install -g motanamy-cliQuick Start
Create a New App
bash
mot create my-app --type EA # For Enterprise Application
mot create my-app --type SA # For Standalone Application
mot create my-app --type OS # For Operating SystemLink Your App
Download and install the Motanamy app, then link it:
bash
mot link addDevelop & Run
bash
cd my-app
mot run # Start development serverBuild & Upload
bash
mot build # Build for production
mot upload # Upload to Motanamy StoreTechnology Stack
Frontend/Dashboard:
- Vue.js with PrimeVue and PrimeFlex
Backend:
- NestJS, Express.js, or Node.js
Microservices:
- Any programming language
All Commands
mot create <name> --type <EA|SA|OS>- Create new appmot link add- Link installed Motanamy appmot run- Start development servermot build- Build for productionmot upload- Upload to storemot help- Show all commands
Need Help?
Options
<plugin-name>: The name of your plugin.- --type
<application-type>: The type of application (SA, OS, EA).
Example:
sh
mot create my-plugin --type EA