Info

Why "Nebula"


Core bundle

The Core bundle is published on the public npm registry.

https://www.npmjs.com/package/@nebula-kit/core

Install with NPM

npm install @nebula-kit/core

Install with Yarn

yarn add @nebula-kit/core
Pro bundle

The Pro bundle is distributed through a private registry.

To access it, add the following to your project's .npmrc file

@nebula-kit-private:registry=https://api.nebulakit.dev/registry//api.nebulakit.dev/registry/:_authToken=${NEB_TOKEN}always-auth=true 

NEB_TOKEN is your personal license key used to authenticate access to the Pro bundle. You'll find it in your NebulaKit account dashboard after subscribing.

Install with NPM

npm install @nebula-kit-private/pro

Install with Yarn

yarn add @nebula-kit-private/pro