
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@turbo-player/build-variant-list
Advanced tools
A command-line tool (CLI) to build and generate variant manifests/lists for the turbo player integration.
This tool uses Puppeteer under the hood to crawl or render the player configurations and export the built variant profiles.
You can install this package from NPM like this:
# Using npm
npm install @turbo-player/build-variant-list
# Using pnpm
pnpm add @turbo-player/build-variant-list
This package exposes a CLI executable named build-variant-list.
build-variant-list
The CLI configures itself dynamically using the following environment variables:
VARIANTS_MANIFEST: Path to the local compiled variants manifest file (e.g., ./build/variants-manifest.js).INTEGRATION_TAG: The integration tag identifier (e.g., my-integration).JS_FILE: The entry JavaScript filename (e.g., integration.js).OUTPUT_FILE: Path where the generated JSON list should be written (e.g., ./build/variant/list.json).Typically, this tool is run as part of a post-build lifecycle hook in a monorepo setup:
"scripts": {
"build:variant-list": "VARIANTS_MANIFEST=./build/variants-manifest.js INTEGRATION_TAG=my-integration JS_FILE=integration.js OUTPUT_FILE=./build/variant/list.json pnpm exec build-variant-list"
}
This project is licensed under the MIT License.
FAQs
CLI tool to build variant lists for turbo player
We found that @turbo-player/build-variant-list demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.