]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/yarn.json
Add lyrics entry to ncmpcpp (#402)
[xdg-ninja.git] / programs / yarn.json
1 {
2 "name": "yarn",
3 "files": [
4 {
5 "path": "$HOME/.yarnrc",
6 "movable": false,
7 "help": "You can try to alias _yarn_ to use a custom yarnrc location.\n\n```bash\nyarn --use-yarnrc $XDG_CONFIG_HOME/yarn/config\n```\n\n_yarn_ might still generate this file by itself though.\n"
8 },
9 {
10 "path": "$HOME/.yarn",
11 "movable": false,
12 "help": "Changing this is currently not supported.\n"
13 },
14 {
15 "path": "$HOME/.yarncache",
16 "movable": false,
17 "help": "Changing this is currently not supported.\n"
18 },
19 {
20 "path": "$HOME/.yarn-config",
21 "movable": false,
22 "help": "Changing this is currently not supported.\n"
23 }
24 ]
25 }