dahlia/fedify

The `fedify init` command

Closed this issue · 1 comments

To simplify the process for setting up a Fedify project, we add the fedify init command. This command provides the following features:

  • Choose a runtime: Node.js, Bun, Deno
  • Choose a package manager: npm, pnpm, yarn
  • Choose a web framework to integrate with: Astro, Fresh, Hono
  • Choose a key-value store: Deno KV, Redis
  • Choose a message queue: Deno KV, Redis

Progress:

fedify-cli-init.mp4