# create-zfb

> Scaffold a new zfb static-site project: `npm create zfb@latest my-site`

Latest version **2.20.0** (published 2026-09-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install create-zfb
pnpm add create-zfb
yarn add create-zfb
bun add create-zfb
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 2.20.0 |
| Published | 2026-09-19 |
| First published | 2026-05-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Takeshi Takatsudo <takazudo@gmail.com> (https://github.com/Takazudo) |
| Maintainers | takazudo |
| Keywords | zfb, scaffold, create, init, static-site-generator |

## Links

- npm: https://www.npmjs.com/package/create-zfb
- Repository: https://github.com/Takazudo/zudo-front-builder
- Homepage: https://takazudomodular.com/pj/zudo-front-builder/
- Issues: https://github.com/Takazudo/zudo-front-builder/issues
- npm.io page: https://npm.io/package/create-zfb

## Recent versions

- 2.20.0 (latest) — 2026-09-19
- 2.19.0 — 2026-09-19
- 2.18.0 — 2026-09-15
- 2.17.0 — 2026-09-14
- 2.16.0 — 2026-09-07
- 2.15.1 — 2026-09-04
- 2.15.0 — 2026-09-03
- 2.14.3 — 2026-09-02
- 2.14.2 — 2026-08-31
- 2.14.1 — 2026-08-31
- 2.14.0 — 2026-08-30
- 2.13.1 — 2026-08-28
- 2.13.0 — 2026-08-27
- 2.12.0 — 2026-08-26
- 2.11.0 — 2026-08-25
- … 114 more at https://npm.io/package/create-zfb/versions

## README

# create-zfb

Scaffold a new [zfb](https://takazudomodular.com/pj/zudo-front-builder/) static-site project with a single command. When you run `npm create zfb@latest my-site`, npm resolves this package and invokes `zfb new my-site` via the `@takazudo/zfb` CLI — no global install required.

## Usage

```sh
npm create zfb@latest my-site
# or: pnpm create zfb@latest my-site
# or: yarn create zfb@latest my-site
```

This creates a new project directory `my-site/` bootstrapped from the built-in `basic-blog` template. For full documentation, configuration options, and CLI reference, see the [`@takazudo/zfb` docs](https://takazudomodular.com/pj/zudo-front-builder/).

> **pnpm 11 note:** pnpm 11's `minimumReleaseAge` may install a previous release of `create-zfb` within ~48h of any new release. If `create-zfb` warns about a stale install at startup, re-run with `pnpm create zfb@latest --config.minimumReleaseAge=0` or `npm create zfb@latest`.

---
_Source: https://npm.io/package/create-zfb · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
