Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.08 KB

botica-seed-node

Template project to facilitate implementing, compiling, and building Botica bots using npm and botica-lib-node.

Usage

  1. Create a repository based on this template.

  2. Modify the package.json file, specifically:

    1. The name and author properties.
    2. The imageTag property. The build script will take the tag for the resulting Docker image from this property.
  3. Implement your bot's logic. You can follow one of these examples.

Note

Full project examples are also available, with their respective Node implementations using TypeScript. Check out botica-infrastructure-fishbowl.

  1. Run the build script. This script builds the Docker image for you based on the imageTag property in your package.json.
    1. For Linux or macOS systems, run ./build.sh in your IDE's terminal.
    2. For Windows systems, run build.bat in your IDE's terminal.