Skip to content

Getting started with Insiders

In order to access our Sponsorware, you need to become an eligible sponsor of Capawesome. As soon as you've completed the sponsorship, your license key will be displayed immediately on the checkout page. You can also find it at any time in the Polar Customer Portal.

Installation

Follow these steps to install the private packages:

  1. Configure the Capawesome npm registry:

    npm config set @capawesome-team:registry https://npm.registry.capawesome.io
    npm config set //npm.registry.capawesome.io/:_authToken <YOUR_LICENSE_KEY>
    

    Attention: Replace <YOUR_LICENSE_KEY> with the license key you received from Polar.

  2. Install the plugin:

    npm install @capawesome-team/<plugin-name>
    npx cap sync
    

CI/CD Configuration

To use private Capawesome packages in your CI/CD environment, follow the specific integration guide for your platform: