Template Customizer v0.3.0
Template Customizer v0.3.0
π Quick Start
π One-Liner Installation (Easiest!)
Install Template Customizer with a single command:
# Install to /usr/local/bin (requires sudo)
curl -fsSL https://github.com/mkuhl/customizer/releases/download/v0.3.0/install.sh | sh
# Install to custom directory
curl -fsSL https://github.com/mkuhl/customizer/releases/download/v0.3.0/install.sh | sh -s -- --dir ~/.local/bin
# Use immediately (startup time ~100ms)
customizer --help
customizer process --dry-runπΎ Manual Installation
If you prefer manual installation:
# Download and extract native binary
curl -L https://github.com/mkuhl/customizer/releases/download/v0.3.0/customizer-linux-x64.tar.gz | tar xz
sudo mv customizer /usr/local/bin/π³ Docker Wrapper Script
Use our Docker wrapper for cross-platform support when native binary isn't available:
# Download the Docker wrapper script
curl -L -o run-docker-customizer.sh https://github.com/mkuhl/customizer/releases/download/v0.3.0/run-docker-customizer.sh
chmod +x run-docker-customizer.sh
# Use (startup time 2-3s)
./run-docker-customizer.sh --help
./run-docker-customizer.sh process --dry-runπ¦ What's Included
install.sh- One-liner installation script for easy setupcustomizer-linux-x64.tar.gz- Native Linux binary (x86_64) - fast startup (~100ms), no Docker needed!run-docker-customizer.sh- Docker wrapper script that pulls and runsghcr.io/mkuhl/customizer:0.3.0checksums.txt- SHA256 checksums for all release assetsdocs/ai-agents.md- AI agent integration guide for automated workflows
π³ Docker Images
The following Docker images are available for this release:
ghcr.io/mkuhl/customizer:0.3.0(specific version)ghcr.io/mkuhl/customizer:latest(latest stable)
# Run directly with Docker
docker pull ghcr.io/mkuhl/customizer:0.3.0
docker run --rm -v $PWD:/workdir ghcr.io/mkuhl/customizer:0.3.0 process --dry-runπ Performance Comparison
| Method | Startup Time | Binary Size | Requirements |
|---|---|---|---|
| Native Binary | ~100ms | ~40MB | Linux x86_64 |
| Docker Wrapper | 2-3s | N/A | Docker |
| Direct Docker | 2-3s | N/A | Docker |
π Documentation
- Usage Guide: See USAGE.md
- AI Agent Integration: See ai-agents.md (included in release)
- Development: See CLAUDE.md
- Repository: https://github.com/mkuhl/customizer
π§ Requirements
For Native Binary:
- Linux x86_64 (Ubuntu 20.04+, RHEL 8+, or compatible)
- GLIBC 2.31 or newer
For Docker Version:
- Docker installed and running
- Internet connection for initial image download
Full Documentation: https://github.com/mkuhl/customizer
Docker Images: https://github.com/mkuhl/customizer/pkgs/container/customizer