Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 895 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 895 Bytes

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