Skip to content

Extending

Danny SMc edited this page May 13, 2021 · 2 revisions

Extending

The framework is only a base line that will in time have more out-of-the-box features added, therefore there may be functionality that you need, but is yet to be implemented. If this is the case, then there are a few routes you can take.



Framework Exports

The framework exports ALL classes, enums and interfaces, therefore with a bit of dexterity you would potentially be able to re-create the rewyre framework to do what you specifically need.



Contributing

If you feel that the features you need that do not exist, are potentially useful for not just you but anyone, then feel free to fork the project and add your own features, pull requests will be discussed, checked and if all good, then merged.



Plugins (In Development)

At the moment plugins do not exist, but we are looking at in the next month to add functionality to support extending and customising some of the mechanics of the framework. This will be planned to as part of a series of large changes within the core to support extending functionality. We will also be looking at creating a shared plugin storage, so you can not only create your own plugins, but even push them to NPM so they can be listed in the plugin index.

Useful Links:

Clone this wiki locally