ps-jf/botman-installer

BotMan Studio installer.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ps-jf/botman-installer

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

This package is auto-updated.

Last update: 2025-10-11 01:14:54 UTC


README

First, download the BotMan installer using Composer:

composer global require "botman/installer"

Make sure to place the $HOME/.composer/vendor/bin directory (or the equivalent directory for your OS) in your $PATH so the botman executable can be located by your system.

Once installed, the botman new command will create a fresh BotMan Studio installation in the directory you specify.

For instance, botman new weatherbot will create a directory named weatherbot containing a fresh BotMan Studio installation with all of BotMan's dependencies already installed:

botman new weatherbot

Take a look at the BotMan Studio documentation, to learn more about how to add and configure messaging drivers.