Utility functions and middlewares for Hono.
- Utility functions and middlewares for Hono framework.
- Lightweight and easy to use.
- Written in TypeScript for type safety.
npm install @tknf/hono-utilsHono Utils works with any version of Hono 4.x:
# Hono
npm install hono# 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- Hono: Version 4.x or higher.
MIT License - see LICENSE for details.
- 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