Feathers Service

Scaffold or extend a FeathersJS v5 (Dove) service using the idiomatic four-file pattern (<name>.ts, <name>.class.ts, <name>.schema.ts, <name>.shared.ts), register it with app.configure, and wire it into the ServiceTypes declaration. Use this whenever the user wants to add a new resource, endpoint, collection, table-backed CRUD service, or "service" to a FeathersJS / Feathers app, or mentions feathers generate service, app.use, a database adapter (Knex/SQL, MongoDB, Memory), or asks why their service isn't registered. Trigger even if they just say "add a posts endpoint" or "make a CRUD resource" in a Feathers project. Use when this capability is needed.

tomevault-io 3f781bc 2 files · 9.9 KB Updated

File contents

tomevault-io/skills-registry/tree/main/hassan4702--feathers-plugin--feathers-service commit 3f781bcc65

Frequently asked questions

npx skillmds@latest add tomevault-io/feathers-service