# @chkit/codegen

TypeScript type generation engine used internally by chkit.

Part of the [chkit](https://github.com/obsessiondb/chkit) monorepo.

> **Note:** This is an internal package. To generate TypeScript types from your schema, use `@chkit/plugin-codegen` or run `bunx chkit codegen`.

## Getting Started

To get started with chkit, install the CLI:

```bash
bun add -d chkit
```

See the [`chkit` CLI package](https://www.npmjs.com/package/chkit) for usage instructions.

## Documentation

See the [chkit documentation](https://chkit.obsessiondb.com).

## License

[MIT](../../LICENSE)
