ps-jf/botman-installer

BotMan Studio 安装程序。

dev-master 2020-09-10 14:11 UTC

This package is auto-updated.

Last update: 2024-09-10 22:50:42 UTC


README

首先,使用 Composer 下载 BotMan 安装程序

composer global require "botman/installer"

请确保将 $HOME/.composer/vendor/bin 目录(或您操作系统的等效目录)添加到您的 $PATH 中,以便您的系统可以找到 botman 可执行文件。

安装完成后,botman new 命令将在您指定的目录中创建一个新的 BotMan Studio 安装。

例如,botman new weatherbot 将创建一个名为 weatherbot 的目录,其中包含带有所有 BotMan 依赖项的新鲜 BotMan Studio 安装

botman new weatherbot

请查看 BotMan Studio 文档,了解如何添加和配置消息驱动程序。