@exoplay/exobot-build
v2.0.0-beta.5
Published
build and run tools for exobot
Readme
exobot-build
Tools for building exobot instances, plugins, and adapters
Installation
npm install -g @exoplay/exobot-build
Usage
Bot creation
exobot new bot
Plugin bootstrapping
exobot new plugin
Adapter bootstrapping
exobot new adapter
Other commands
exobot buildbuilds an exobot instance where anexobot.config.jsandpackage.jsonis located.exobot watchisexobot build, with a filesystem watcher to rebuild as source code changes.exobot exampleattempts to start up an example exobot from a folder containing source code for an adapter or plugin.exobot runbuilds and runs an exobot from anexobot.config.js.
Use exobot --help for more information.
