UNPKG

@apiclient.xyz/docker

Version:

Provides easy communication with Docker remote API from Node.js, with TypeScript support.

10 lines (7 loc) 280 B
import * as plugins from './plugins.js'; import { tmpdir } from 'node:os'; export const packageDir = plugins.path.resolve( plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url), '../', ); export const nogitDir = plugins.path.resolve(tmpdir(), 'apiclient-docker');