description
bun add elysia-plugin
import { Elysia, t } from 'elysia'
import { plugin } from 'elysia-plugin'
const app = new Elysia()
.use(plugin())
.get('/', ({ plugin }) => plugin)
.listen(8080)
console.log(`Listening on http://${app.server!.hostname}:${app.server!.port}`)
Checkout the examples and tests folders on github.
Note
Replace elysia-plugin
, _description_
and yolk-oss
globally to use this template.
Important
Don't forget to update installation and usage guide
Build with: