Skip to content

Commit b05aefd

Browse files
github-actionsCodeMan99
authored andcommitted
Automated documentation update [skip ci]
1 parent 2556980 commit b05aefd

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/deno-cache/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
2+
# Deno cache setup (deno-cache)
3+
4+
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/CodeMan99/features/deno-cache:0": {}
11+
}
12+
```
13+
14+
## Options
15+
16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| username | Add the 'deno' group to the given non-root user. Defaults to the value of `remoteUser`. | string | automatic |
19+
20+
# Deno Cache
21+
22+
Setup the [deno cache](https://jsr.io/@deno/cache-dir) as a volume.
23+
24+
Intended for usage with the `denoland/deno:debian` docker image. Otherwise,
25+
will create a `deno` group with read-write permissions on the cache directory.
26+
27+
28+
---
29+
30+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/CodeMan99/features/blob/main/src/deno-cache/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 commit comments

Comments
 (0)