Initialize Projects
Create production-ready MoroJS projects with intelligent defaults, modern tooling, and enterprise features. Choose from multiple templates, runtimes, and databases.
Basic Usage
Quick Start
Simple project
bash
Creates a basic API project with Node.js runtime and SQLite database.
Advanced Setup
Full configuration
bash
Enterprise-ready project with all features configured.
Interactive Project Builder
Choose Template
Choose Runtime
Choose Database
Select Features
Generated Command
Command
morojs-cli init my-project \ --template=api \ --runtime=node \ --database=postgresql \ --features=auth,cors,docs
API Server
Perfect for REST APIs, GraphQL servers, and backend services
TypeScript setup
Validation middleware
API documentation
Testing framework
Command Options
Complete syntax
bash