Skip to content

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.

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/core

NPM

bash
npm install @nimbus-cqrs/core

Bun

bash
bun add @nimbus-cqrs/core