UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

10 lines (8 loc) 212 B
import { buildSchema } from '@sprucelabs/schema' //@ts-ignore export default buildSchema({ id: 'schemaThree', name: 'Third schema', description: 'It is going to be the so great!', fields: {}, })