botman / installer
BotMan Studio 安装程序。
1.0.4
2018-02-11 18:13 UTC
Requires
- ext-zip: *
- guzzlehttp/guzzle: ~4.0|~5.0|~6.0
- symfony/console: ~2.3|~3.0|~4.0
- symfony/filesystem: ~2.3|~3.0|~4.0
- symfony/process: ~2.3|~3.0|~4.0
This package is not auto-updated.
Last update: 2024-09-15 03:24:04 UTC
README
首先,使用 Composer 下载 BotMan 安装程序
composer global require "botman/installer"
请确保将 $HOME/.composer/vendor/bin 目录
(或您操作系统的等效目录)添加到您的 $PATH
中,以便您的系统可以找到 botman 可执行文件。
安装完成后,botman new 命令将在您指定的目录中创建一个新的 BotMan Studio 安装。
例如,botman new weatherbot
将创建一个名为 weatherbot
的目录,其中包含一个全新的 BotMan Studio 安装,并已预装了 BotMan 的所有依赖项
botman new weatherbot
请参阅 BotMan Studio 文档,了解如何添加和配置消息驱动程序。