Command-Line Interface for Professional Development
MoroJS CLI
The official CLI for the MoroJS framework provides a complete set of tools for building modern, high-performance APIs and microservices. From project scaffolding to production deployment, streamline your entire development workflow.
Get Started in One Command
1
Run with npx (no install)
Recommended
$npx @morojs/cli init my-apiWorks on any machine with Node 18+. No global install required.
2
Or install globally (optional)
Global installbash
1npm install -g @morojs/cli
2
3# Then call any command directly. Three binary names are provided:
4# moro / morojs-cli / moro-cli
5moro init my-apiYour production-ready MoroJS application includes:
Universal validation
WebSocket adapters
Authentication
Database integration
Powerful Features
Ready to Get Started?
Use our interactive project builder to create your perfect MoroJS application with all the features you need.