Skip to main content
Home
Works with
This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score70%
License
MIT
Downloads24/wk
Published5 hours ago (2.3.2)

Project initializer for Fedify

Functions

f
runInit(options: InitCommand)

Execution flow of the runInit function:

Variables

v

The fedify init CLI command parser.

v

The @optique/core option schema for the fedify init command. Defines dir, webFramework, packageManager, kvStore, messageQueue, dryRun, and allowNonEmpty options that the CLI parser will accept.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fedify/init

Import symbol

import * as _fedify_init from "@fedify/init";
or

Import directly with a jsr specifier

import * as _fedify_init from "jsr:@fedify/init";