Licence
MIT
Version
2.3.1
Deps
4
Size
4 kB
Vulns
0
Weekly
2.3K
@fedify/create: Create a new Fedify project
This package provides a standalone CLI tool for creating new Fedify projects.
It allows you to scaffold a new project without installing the full
@fedify/cli toolchain, powered by @fedify/init internally.
Usage
npm init @fedify my-project
pnpm create @fedify my-project
yarn create @fedify my-project
bunx @fedify/create my-projectSupported options
The tool supports the same project configurations as fedify init:
- Web frameworks: Hono, Nitro, Next.js, Elysia, Express
- Package managers: Deno, pnpm, Bun, Yarn, npm
- Key-value stores: Deno KV, Redis, PostgreSQL
- Message queues: Deno KV, Redis, PostgreSQL, AMQP
See the @fedify/init package or the Fedify CLI docs for details on
available options (-p, -w, -k, -m, --dry-run).
More information is in the @fedify/init package.