@tknf/hono-utils
v0.5.0
Published
Utility functions and middlewares for Hono.
Maintainers
Readme
✨ Features
- Utility functions and middlewares for Hono framework.
- Lightweight and easy to use.
- Written in TypeScript for type safety.
📦 Installation
npm install @tknf/hono-utilsPeer Dependencies
Hono Utils works with any version of Hono 4.x:
# Hono
npm install hono📄 Documentation
🛠️ Development
# Install dependencies
pnpm install
# Run tests
pnpm test
# Run tests with coverage
pnpm run test:coverage
# Type checking
pnpm run typecheck
# Linting
pnpm run lint
# Build
pnpm run build
# Run examples
pnpm run examples📋 Requirements
- Hono: Version 4.x or higher.
📄 License
MIT License - see LICENSE for details.
🤝 Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Ensure tests pass:
pnpm run test - Ensure linting passes:
pnpm run lint - Submit a pull request
