generator-msbf-watson-coco
Version:
A yeoman generator for creating bots built with Bot Framework v4, for Watson and CoCo
16 lines (11 loc) • 574 B
JavaScript
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// display names of the template options
module.exports.BOT_TEMPLATE_NAME_SIMPLE = "Echo Bot";
// aka.ms links to documentation for each template option
module.exports.BOT_HELP_URL_SIMPLE = "https://aka.ms/bot-template-echo";
// --noprompt template values
module.exports.BOT_TEMPLATE_NOPROMPT_SIMPLE = "echo";
// programming language name options
module.exports.BOT_LANG_NAME_JAVASCRIPT = "JavaScript";
module.exports.BOT_LANG_NAME_TYPESCRIPT = "TypeScript";