alsh/botman-installer

BotMan Studio 安装程序。

1.0.6 2020-10-30 01:55 UTC

This package is auto-updated.

Last update: 2024-09-29 05:42:57 UTC


README

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

composer global require "alsh/botman-installer"

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

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

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

botman new weatherbot

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