]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/deno.json
Flake cleanup and make usable in a system configuration (#316)
[xdg-ninja.git] / programs / deno.json
1 {
2 "name": "deno",
3 "files": [
4 {
5 "path": "$HOME/.deno",
6 "movable": true,
7 "help": "Deno supports the XDG Spec, however __~/.deno__ serves as a fallback if __XDG_CACHE_HOME__ is not set.\n\nMake sure to set __XDG_CACHE_HOME__, then:\n\n```sh\nmv ~/.deno \"$XDG_CACHE_HOME/deno\"\n```\n\n[Source:](https://github.com/denoland/deno/issues/1241)\n"
8 }
9 ]
10 }