@owlmeans/router
v0.1.11
Published
Internal router service for the OwlMeans module system.
Readme
@owlmeans/router
Internal router service for the OwlMeans module system.
Overview
- Provides the
RouterServicethat attaches modules to a runtime router (e.g. Express, Bun's HTTP server) - Used internally by
@owlmeans/server-routeand@owlmeans/client-route - Not typically used directly in application code
Installation
bun add @owlmeans/routerRelated Packages
@owlmeans/server-route— server-side router implementation@owlmeans/client-route— client-side router implementation@owlmeans/module— modules registered with the router
Agent guidance
This package ships embedded Claude Code skills and GitHub Copilot instructions under
agent-meta/. After installing your @owlmeans/* packages, run the OwlMeans
agent-skills installer to place them into your project's native locations
(.claude/skills/ and .github/instructions/):
npx @owlmeans/agent-skillsThe embedded files are version-matched to this package release. Do not edit them directly — they are regenerated on each publish. To contribute guidance edits, open a PR against the source monorepo.
