Skip to main content
Home

Built and signed on GitHub Actions

[Deprecated] Despace is a CLI utility designed to mimic deno's in development workspaces feature

This package works with DenoIt is unknown whether this package works with Node.js, Bun
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
JSR Score
94%
Published
a year ago (0.1.9)

Announcement of Archival & Deprecation

Due to Deno 1.45 releasing workspace support Despace will now be archived and deprecated with no further support planned for Despace. Thanks for using Despace!

Despace

A polyfill for Deno's in development workspace feature

Installation

To install despace use the following command: deno install --name=despace --allow-read --allow-write --global jsr:@studios/despace

Usage

Initializing Despace

To initialize Despace in a project use despace init, if you have a config file that isn't deno.json or deno.jsonc you can specify the file or use the --make flag to create a config file

Building Despace config

To build your Despace imports file use despace build, if you want despace to automatically rebuild on config changes use the --watch flag

Updating despace

To update the Despace utility run despace update

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:@studios/despace

Import symbol

import * as despace from "@studios/despace";
or

Import directly with a jsr specifier

import * as despace from "jsr:@studios/despace";

Add Package

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

Import symbol

import * as despace from "@studios/despace";

Add Package

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

Import symbol

import * as despace from "@studios/despace";

Add Package

vlt install jsr:@studios/despace

Import symbol

import * as despace from "@studios/despace";

Add Package

npx jsr add @studios/despace

Import symbol

import * as despace from "@studios/despace";

Add Package

bunx jsr add @studios/despace

Import symbol

import * as despace from "@studios/despace";