Nilovon Hetzner Cloud SDK

Installation

How to install and configure hcloud-js

Installation

Install hcloud-js using your preferred package manager.

npm

npm install @hcloud-js/library

yarn

yarn add @hcloud-js/library

pnpm

pnpm add @hcloud-js/library

bun

bun add @hcloud-js/library

Requirements

  • Node.js: 18+ or Bun
  • TypeScript: 5+ (recommended for best experience)

TypeScript Support

hcloud-js is written in TypeScript and includes full type definitions. No additional @types packages are needed.

On this page