Skip to main content
Home

Built and signed on GitHub Actions

Local development tool for Shopify packing slips.

This package works with Deno
This package works with Deno
JSR Score
100%
Published
a year ago (1.1.2)

Slipper

Development tool for @Shopify packing slips.

deno install                           \
    --force                            \
    --global                           \
    --name slipper                     \
    --allow-write                      \
    --allow-read                       \
    jsr:@doom/slipper
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@doom/slipper

Import symbol

import * as slipper from "@doom/slipper";
or

Import directly with a jsr specifier

import * as slipper from "jsr:@doom/slipper";