🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@fedify/create

Package Overview
Dependencies
Maintainers
3
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fedify/create

Create a new Fedify application

latest
Source
npmnpm
Version
2.3.1
Version published
Weekly downloads
1.5K
-38%
Maintainers
3
Weekly downloads
 
Created
Source

@fedify/create: Create a new Fedify project

npm

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-project

Supported 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.

Keywords

fedify

FAQs

Package last updated on 27 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts