Nim wrapper for the Matrix bot SDK.
Find a file
2023-12-03 17:47:53 -05:00
.gitignore ignore nim stuff 2023-12-03 17:45:14 -05:00
example.config.json Initial commit 2023-12-03 17:41:40 -05:00
LICENSE Initial commit 2023-12-03 17:41:40 -05:00
package.json node deps 2023-12-03 17:47:05 -05:00
pnpm-lock.yaml node deps 2023-12-03 17:47:05 -05:00
README.md Initial commit 2023-12-03 17:41:40 -05:00

Matrix Bot Template

Run pnpm add matrix-bot-sdk after cloning template.

Bot configuration is defined in config.json.

Add "type": "module" to package.json to use the import statement.