Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
[Deprecated] Despace is a CLI utility designed to mimic deno's in development workspaces feature
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
Add Package
deno add jsr:@studios/despace
Import symbol
import * as despace from "@studios/despace";
Import directly with a jsr specifier
import * as despace from "jsr:@studios/despace";
Add Package
pnpm i jsr:@studios/despace
pnpm dlx jsr add @studios/despace
Import symbol
import * as despace from "@studios/despace";
Add Package
yarn add jsr:@studios/despace
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";