Installation
How to install and configure hcloud-js
Installation
Install hcloud-js using your preferred package manager.
npm
npm install @hcloud-js/libraryyarn
yarn add @hcloud-js/librarypnpm
pnpm add @hcloud-js/librarybun
bun add @hcloud-js/libraryRequirements
- 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.