Installation
Hypertune's JavaScript SDK is available as an npm package.
Install the package via a JavaScript package manager like npm
, yarn
or pnpm
:
npm install 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.
Last updated