@ossy/resource-templates
v0.15.13
Published
Resource Templates
Readme
@ossy/resource-templates
Resource template definitions for the Ossy CMS. Defines the structure of content types (fields, validation, and metadata) used across the Ossy ecosystem.
Installation
npm install @ossy/resource-templatesUsage
This package is typically used internally by @ossy/sdk and @ossy/cli when working with workspaces and resource templates. Import shared template definitions:
import { resume } from '@ossy/resource-templates'Integration
- @ossy/cli — Use
cms uploadto upload resource templates to your workspace - @ossy/sdk —
workspaces.importResourceTemplates()andworkspaces.getResourceTemplates()work with these definitions
Development
Build the package:
npm run buildLicense
MIT
