Zero-config command line interface for rapid project setups and advanced tooling.
Get Started
npm create muam@latest
Start new projects with instant scaffolding and sensible defaults.
Changes instantly appear in your browser with next-generation HMR.
Access hundreds of official and community plugins to extend your tools.
npx create-muam@latest my-app
Interactive scaffolding with project configuration wizard.
muam build --prod
Create optimized production builds with code splitting and lazy loading.
// muam/project.js
import { init, state, view } from 'muam';
const App = () => {
return view`
Muam CLI Demo
`;
};
init(App);
Use the Muam CLI to create modern web projects with zero configuration and maximum performance.
Documentation GitHub