Skip to content

botpress/quick-start-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start Module

This is a module template to help you get started coding your own module. Please refer to the Developer's Guide to learn more about Botpress Modules.

How to install

  • clone: cd modules/ && git clone [email protected]:botpress/quick-start-module.git
  • zip: Download the zip and move it under the modules/ folder.
  1. Add the module to src/templates/data/global/botpress.config.json under modules:
{
  "location": "MODULES_ROOT/quick-start-module",
  "enabled": true
}
  1. Run yarn build in botpress root.
  2. Run yarn start and you should see an hint in your logs that it worked 😉

About

A module template to help you get started

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published