Tools for building exobot instances, plugins, and adapters
npm install -g @exoplay/exobot-build
exobot new bot
exobot new plugin
exobot new adapter
exobot build
builds an exobot instance where anexobot.config.js
andpackage.json
is located.exobot watch
isexobot build
, with a filesystem watcher to rebuild as source code changes.exobot example
attempts to start up an example exobot from a folder containing source code for an adapter or plugin.exobot run
builds and runs an exobot from anexobot.config.js
.
Use exobot --help
for more information.