@owlmeans/router
v0.1.1
Published
This is a template directory for creating new packages within the OwlMeans Common Libraries ecosystem.
Downloads
175
Readme
OwlMeans Package Template
This is a template directory for creating new packages within the OwlMeans Common Libraries ecosystem.
Usage
Copy this template directory when creating a new package:
cp -r packages/_tpl packages/your-new-package
cd packages/your-new-packageThen update:
package.json- Change the package name and dependenciesREADME.md- Replace with proper documentation following OwlMeans standardssrc/index.ts- Implement your package functionality
Template Structure
- package.json - Base package configuration with common scripts and exports
- tsconfig.json - TypeScript configuration aligned with OwlMeans standards
- src/index.ts - Entry point file
- README.md - This template documentation (replace with actual docs)
