Summary
Add nodeinfo command to cli with Optique instead of cliffy.
Problem
For now, nodeinfo.ts has an empty function only. It should be implemented to run as same as original cli with cliffy does, but with Optique. Also it should be cross-runtime so existing Deno API should be replaced to Node API.
Proposed Solution
- Add
nodeinfo.ts
Alternatives Considered
.
Scope / Dependencies
fedify/packages/cli/src/mod.ts
fedify/packages/cli/src/nodeinfo.ts
fedify/packages/cli/src/nodeinfo.test.ts
Summary
Add
nodeinfocommand to cli with Optique instead of cliffy.Problem
For now,
nodeinfo.tshas an empty function only. It should be implemented to run as same as original cli with cliffy does, but with Optique. Also it should be cross-runtime so existing Deno API should be replaced to Node API.Proposed Solution
nodeinfo.tsAlternatives Considered
.
Scope / Dependencies
fedify/packages/cli/src/mod.tsfedify/packages/cli/src/nodeinfo.tsfedify/packages/cli/src/nodeinfo.test.ts