Skip to content

exoplay/exobot-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 build builds an exobot instance where an exobot.config.js and package.json is located.
  • exobot watch is exobot 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 an exobot.config.js.

Use exobot --help for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published