@nyx-discord/framework
v2.5.0
Published
The default implementation of nyx framework.
Downloads
59
Maintainers
Readme
@nyx-discord/framework
holds the default implementations of @nyx-discord/core
.
📚 Introduction
This package includes the default implementations of the interfaces/types at @nyx-discord/core
.
These implementations are also built with interfaces in mind, so every dependency of every module can be replaced with something else, typically via constructor injection.
If a dependency is not specified, the default implementation (included here) is used.
📖 Documentation
nyx has two documentation sources:
- Typedoc, documenting classes, types and interfaces, so you can easily explore the library through your browser.
- Docusaurus, which serves as a guide for how to use and modify the framework.