Quickstart
To get started with Nimbus you need to install the @nimbus/core package and other relevant @nimbus packages based on your needs.
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/coreNPM
bash
npx jsr add @nimbus/coreBun
bash
bunx jsr add @nimbus/core