JavaScript quickstart
1. Install hypertune
hypertunenpm install hypertuneyarn add hypertunepnpm add hypertune2. Set environment variables
HYPERTUNE_TOKEN=token
HYPERTUNE_OUTPUT_DIRECTORY_PATH=src/generated3. Generate the client
npx hypertuneyarn hypertunepnpm hypertune4. Use the client
npm install dotenv
npm install -D @types/dotenvyarn add dotenv
yarn add -D @types/dotenvpnpm add dotenv
pnpm add -D @types/dotenv5. (Optional) Include a build-time snapshot
Next steps
Last updated