1. Initialize
npx minimaz init my-site
# or
npx mz i my-siteCreates a new project using a global template.
Minimal input, clean output ⚡
Minimaz is a minimal, low-dependency static site builder and project initializer focused on speed, simplicity, and clean output. It works with plain HTML, CSS, JavaScript, and TypeScript — no framework, no runtime, no lock-in.
Designed to run without a global install.
npx minimaz init my-site
cd my-site
npx minimaz build
npx minimaz version
Alias:
npx mz init my-site
npx mz build
npx mz version
npx minimaz init my-site
# or
npx mz i my-siteCreates a new project using a global template.
npx minimaz build
# or
npx mz bGenerates the optimized dist/ folder with minified assets.
| Command | Alias | Description |
|---|---|---|
| minimaz init <name> | mz i | Create a new project from a template |
| minimaz build | mz b | Build and minify the site |
| minimaz clear | mz c | Clear the dist folder |
| minimaz template <path> | mz t | Save a folder as a template |
| minimaz template -l | mz t -l | List templates |
| minimaz template -d <name> | mz t -d | Delete a template |
| minimaz version | mz v | Show version |