Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pup/lib/common/utils.ts>toTempPath

Universal process manager built in Deno
Go to Latest
function toTempPath
import { toTempPath } from "https://deno.land/x/pup@1.0.0-rc.10/lib/common/utils.ts";

Generate a temporary path for the instance of a given configuration file.

Parameters

configFile: string
  • The path to the configuration file.