Hypertune
Search
K
Comment on page

Installation

Our JavaScript SDK is available as an npm package.
You can install the package via a JavaScript package manager like npm, yarn or pnpm:
npm
yarn
pnpm
npm install hypertune
yarn add hypertune
pnpm add hypertune
The package includes a CLI tool to auto-generate a type-safe client for your flags.
To install another SDK, see one of the language quickstarts.