botpress / modules

MOVING TO BOTPRESS/BOTPRESS, branch `develop/x`, folder "packages"
GNU Affero General Public License v3.0
23 stars 29 forks source link

📦 Official Botpress Modules

This repo contains all the official Botpress modules.


🚧 These are only meant to be compatible with Botpress X


Starting from Botpress X, modules are published on npm under the @botpress organization.

Contributing

Please follow the Conventional Commits specs when doing commits. PRs not respecting this commit style will be rejected.

Development steps

To modify, test or create modules, please install lerna.

Then run lerna bootstrap. This will initialize all modules and link them (using yarn link). Then in your bot, use yarn link @botpress/module-name to use the local version of that module.

Publishing changes (botpress team only)

Run ./push-changes.sh