Quickstart
To get started with Nimbus you need to install the core package and other relevant Nimbus packages based on your needs.
All packages live under the @nimbus-cqrs scope.
- JSR: @nimbus-cqrs/core (and the rest of the @nimbus-cqrs scope)
- npm: @nimbus-cqrs/core (and the rest of the @nimbus-cqrs scope)
Dependencies
Nimbus tries to keep dependencies as low as possible.
Theses are the dependencies Nimbus relies on.
Installation
Depending on your runtime you can install Nimbus with the following commands.
Deno
bash
deno add jsr:@nimbus-cqrs/coreNPM
bash
npm install @nimbus-cqrs/coreBun
bash
bun add @nimbus-cqrs/core