Skip to content

Kody is live

Watch the launch video — what Kody is, and why it exists.

← Public packages

@kentcdodds/package-app-kit

Design tokens, PWA install/update, About/version, cache helpers, and optional realtime notes sync for Kody package apps.

starter-fetch/src/index.ts

13 lines · 272 B · TypeScript
/**
 * Package overview for the scaffolded app.
 *
 * @example
 * import overview from 'kody:__PACKAGE_NAME__'
 * await overview()
 */
export default async function overview() {
	return {
		name: '__PACKAGE_NAME__',
		scaffold: '@kentcdodds/package-app-kit/starter',
	}
}