framework 2.3.0
Install from the command line:
Learn more about npm packages
$ npm install @nyx-discord/framework@2.3.0
Install via package.json:
"@nyx-discord/framework": "2.3.0"
About this version
@nyx-discord/framework
holds the default implementations of @nyx-discord/core
.
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.
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.