Skip to main content
This release is versions behind 1.668.2 — the latest version of @windmill/windmill.

Built and signed on GitHub Actions

Works with
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score76%
License
Apache-2.0
Downloads13/wk
Published5 hours ago (1.668.1)

Client for windmill.dev

Windmill Client

The SDK for the Windmill API.

import * as wmill from 'windmill-client'; await wmill.getVariable('u/foo/my_variable') 
Built and signed on
GitHub Actions

Add Package

deno add jsr:@windmill/windmill 

Import symbol

import * as windmill from "@windmill/windmill"; 
or

Import directly with a jsr specifier

import * as windmill from "jsr:@windmill/windmill";