Skip to main content

Built and signed on GitHub Actions

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 Score76%
License
MIT
Downloads19/wk
Published2 weeks ago (2.3.6)

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@^2.3.6";