Muam CLI

Zero-config command line interface for rapid project setups and advanced tooling.

Get Started

Getting Started

JavaScript

npm create muam@latest

Key Features

⚡ Zero-Config

Start new projects with instant scaffolding and sensible defaults.

⚡ Hot Reloading

Changes instantly appear in your browser with next-generation HMR.

📦 Plugin Ecosystem

Access hundreds of official and community plugins to extend your tools.

Common Commands

Initialize Project


npx create-muam@latest my-app

Interactive scaffolding with project configuration wizard.

Build


muam build --prod

Create optimized production builds with code splitting and lazy loading.

Code Integration

JSX

// muam/project.js
import { init, state, view } from 'muam';

const App = () => {
  return view`
    

Muam CLI Demo

`; }; init(App);

Start Building

Use the Muam CLI to create modern web projects with zero configuration and maximum performance.

Documentation GitHub