0.4.4 • Published 9 months ago

kirby-fest v0.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

kirby-fest

NPM version

A collection of TypeScript types to work with Kirby, mainly in the context of the Kirby Query Language.

Setup

# pnpm
pnpm add -D kirby-fest

# npm
npm i -D kirby-fest

Basic Usage

import type { KirbyQuery } from "kirby-fest";

// Strictly typed query for the Kirby Query Language
const query: KirbyQuery = 'kirby.page("about")';

API

Click the type names for complete docs.

Query

Blocks

Layout

KQL

License

MIT License © 2022-PRESENT Johann Schopplich

0.4.4

9 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.4.3

9 months ago

0.4.2

9 months ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago