Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Modular Clara #171

@sr229

Description

@sr229

Based on what we discussed on Discord.

Structure

Clara would be seperated and published as npm packages in the @clara scope. This would allow everyone to create their own bot using a unopinonated module set.

  • Modules should be interdependent and independent.
  • Clara Modules must not regress when decoupled out, and would only regress when decoupled without proper redoing of the code on the client implementation.

Proposed Dependency Model

{
 "dependences" : {
    "@clara/core": "1.0.0",
    "@clara/service-music": "1.0.0",
   "@clara/command" : "1.0.0"
  }
}

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions