Squeebot v3 common interfaces, classes and utilities
Go to file
Evert Prants b27f094b45
More descriptive comments
2024-04-07 22:06:01 +03:00
schema checksum system 2022-12-01 14:45:34 +02:00
src More descriptive comments 2024-04-07 22:06:01 +03:00
.eslintignore eslint, require-no-cache now deletes all requires from plugin directory from cache 2021-12-18 10:32:30 +02:00
.eslintrc.js eslint, require-no-cache now deletes all requires from plugin directory from cache 2021-12-18 10:32:30 +02:00
.gitignore hello world, squeebot 3 2020-11-21 17:41:08 +02:00
.npmignore add schemas for repos and plugins 2021-10-07 18:29:59 +03:00
LICENSE.txt license, readme 2020-11-28 22:07:33 +02:00
README.md update git stuff 2022-12-01 15:25:49 +02:00
package-lock.json have to stay commonjs for now 2023-08-02 19:57:23 +03:00
package.json More descriptive comments 2024-04-07 22:06:01 +03:00
tsconfig.json have to stay commonjs for now 2023-08-02 19:57:23 +03:00

README.md

Squeebot Core Library

This module provides the components required to run @squeebot/cli and Squeebot plugins. It does nothing on it's own and isn't designed to be used outside of a Squeebot runtime.

However, if you do feel like the code in this module could be of use to you in any way, feel free to use it for anything.