marek-saji / suchbot

much pluggable, very multi-purpose
MIT License
0 stars 1 forks source link

Split into modules #31

Open marek-saji opened 6 years ago

marek-saji commented 6 years ago

Use suchbot-backend- and suchbot-plugin- prefixes for module names.

User application should include suchbot module and nothing else. suchbot will get parent module and then from it’s path include package.json and check for packages with prefixes mentioned above.

Backends and plugins will declare suchbot as a peerDependency.

TODO