MoroJS CLI

Command-Line Interface for Professional Development

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

bash

1npx @morojs/cli init my-api

Works on any machine with Node 18+. No global install required.

2

Or install globally (optional)

Global install

bash

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-api
Use Interactive Project Builder

Your 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.