Skip to content

Installation

github-actions[bot] edited this page Jun 10, 2026 · 2 revisions

Installation

Bluetemberg is published on the public npm registry as bluetemberg (MIT licensed). No authentication or registry configuration is required.

Prerequisites

  • Node.js >= 18
  • npm, pnpm, or yarn

Install

Option A: Run directly with npx

npx bluetemberg init

Option B: Install as a dev dependency

npm install -D bluetemberg
# or
pnpm add -D bluetemberg

Then use via package scripts:

npx bluetemberg init
npx bluetemberg sync

Clone this wiki locally