@voyantjs/pricing
v0.4.0
Published
Pricing module for Voyant. Pricing categories, catalogs, schedules, and rules.
Downloads
643
Readme
@voyantjs/pricing
Pricing module for Voyant. Pricing categories, catalogs, schedules, and rules.
Install
pnpm add @voyantjs/pricingUsage
import { pricingModule } from "@voyantjs/pricing"
import { createApp } from "@voyantjs/hono"
const app = createApp({
modules: [pricingModule],
// ...
})Exports
| Entry | Description |
| --- | --- |
| . | Module export |
| ./schema | Drizzle tables |
| ./validation | Zod schemas |
| ./routes | Hono routes |
License
FSL-1.1-Apache-2.0
