Skip to content
/ botica-seed-node Public template

Seed for Botica Node bots using botica-lib-node

License

Notifications You must be signed in to change notification settings

isa-group/botica-seed-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Seed for Botica Node bots using botica-lib-node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published