@opactor/geo-sdk
v0.2.7
Published
Composable GEO/SEO SDK core primitives for config, validation, and metadata generation.
Maintainers
Readme
@opactor/geo-sdk (Core)
Core configuration, validation, and metadata primitives for the GEO SDK.
Quick Start
import { defineGeoConfig, buildSeoMetadata } from '@opactor/geo-sdk';
export default defineGeoConfig({
site: {
name: 'Acme',
url: 'https://acme.dev',
locale: 'en-US',
description: 'Industrial automation platform'
}
});Development
pnpm install
pnpm build