@tortus-ai scope. Installing it is a two-step process: point the @tortus-ai scope at GitHub Packages, then install the package.
Requirements
- A package manager (
npm,pnpm, oryarn). - A GitHub Personal Access Token (or an organisation token) with the
read:packagespermission. - A build target of ES2020 or newer (see Browser support).
1. Configure the registry
Create or update.npmrc in your project root so the @tortus-ai scope resolves to GitHub Packages:
.npmrc
2. Install the package
Verify the install
Import the entry point and check your editor picks up the bundled TypeScript types:If you don’t have GitHub access, TORTUS can supply an npm-importable package file as an
alternative. Reach out to support@tortus.ai. GitHub Packages remains
the recommended path.
Next step
Authentication
Set up the launch token flow before you load the client.