Minimaz CLI

Minimal input, clean output ⚡

About

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.

Use Cases

Requirements

Installation

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
            

Basic Workflow

1. Initialize

npx minimaz init my-site
# or
npx mz i my-site

Creates a new project using a global template.

2. Build

npx minimaz build
# or
npx mz b

Generates the optimized dist/ folder with minified assets.

Command Summary

Available Minimaz CLI commands and aliases
CommandAliasDescription
minimaz init <name>mz iCreate a new project from a template
minimaz buildmz bBuild and minify the site
minimaz clearmz cClear the dist folder
minimaz template <path>mz tSave a folder as a template
minimaz template -lmz t -lList templates
minimaz template -d <name>mz t -dDelete a template
minimaz versionmz vShow version

Package Information