UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

25 lines 760 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); exports.default = (0, schema_1.buildSchema)({ id: 'skillFeature', name: 'Skill feature options', fields: { destination: { type: 'text', defaultValue: '.', }, name: { type: 'text', isRequired: true, label: "What's the name of your skill?", hint: 'This marketing focused, like "8-bit Stories" or "Adventures".', }, description: { type: 'text', label: 'How would you describe your skill?', isRequired: true, }, }, }); //# sourceMappingURL=skillFeature.builder.js.map