Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 471 Bytes

File metadata and controls

26 lines (16 loc) · 471 Bytes

@zeroaurora/elysia-htmx

Make it easier to use HTMX headers with Elysia.

Installation

npm install @zeroaurora/elysia-htmx

Usage

Refer to example/ for now. Full docs coming later!

Publishing

This package is automatically published to npm as @zeroaurora/elysia-htmx when a new release is created on GitHub. The publishing workflow will:

  1. Install dependencies
  2. Run linting checks
  3. Build the package
  4. Publish to npm

License

MIT