The `fedify init` command
Closed this issue · 1 comments
dahlia commented
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
dahlia commented
Progress: