Skip to main content
Home

@pup/pup@1.0.4
Built and signed on GitHub Actions

Powerful universal process manager, designed to keep your applications and services alive.

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
70%
Published
8 months ago (1.0.4)

Add Package

deno add jsr:@pup/pup

Import symbol

import * as mod from "@pup/pup/lib";
or

Import directly with a jsr specifier

import * as mod from "jsr:@pup/pup/lib";

Add Package

pnpm i jsr:@pup/pup
or (using pnpm 10.8 or older)
pnpm dlx jsr add @pup/pup

Import symbol

import * as mod from "@pup/pup/lib";

Add Package

yarn add jsr:@pup/pup
or (using Yarn 4.8 or older)
yarn dlx jsr add @pup/pup

Import symbol

import * as mod from "@pup/pup/lib";

Add Package

vlt install jsr:@pup/pup

Import symbol

import * as mod from "@pup/pup/lib";

Add Package

npx jsr add @pup/pup

Import symbol

import * as mod from "@pup/pup/lib";

Add Package

bunx jsr add @pup/pup

Import symbol

import * as mod from "@pup/pup/lib";