Skip to content
This repository was archived by the owner on Oct 16, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 863 Bytes

File metadata and controls

25 lines (13 loc) · 863 Bytes

📦 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