Licence
MIT
Version
0.1.0-next.71
Deps
1
Size
8 kB
Vulns
0
Weekly
0
create-zfb
Scaffold a new zfb 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
npm create zfb@latest my-site
# or: pnpm create zfb@latest my-site
# or: yarn create zfb@latest my-siteThis 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.
pnpm 11 note: pnpm 11's
minimumReleaseAgemay install a previous release ofcreate-zfbwithin ~48h of any new release. Ifcreate-zfbwarns about a stale install at startup, re-run withpnpm create zfb@latest --config.minimumReleaseAge=0ornpm create zfb@latest.