You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
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!
4
+
1
5
# Despace
6
+
2
7
A polyfill for Deno's in development workspace feature
3
8
4
9
## Installation
10
+
5
11
To install despace use the following command: `deno install --name=despace --allow-read --allow-write --global jsr:@studios/despace`
6
12
7
13
## Usage
14
+
8
15
### Initializing Despace
16
+
9
17
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
10
18
11
19
## Building Despace config
20
+
12
21
To build your Despace imports file use `despace build`, if you want despace to automatically rebuild on config changes use the `--watch` flag
13
22
14
23
## Updating despace
15
-
To update the Despace utility run `despace update`
24
+
25
+
To update the Despace utility run `despace update`
0 commit comments