]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/npm.json
add support to mycli (#156) (#157)
[xdg-ninja.git] / programs / npm.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.npm",
5 "movable": true,
6 "help": "You need to put the following into your npmrc:\n\n```\nprefix=${XDG_DATA_HOME}/npm\ncache=${XDG_CACHE_HOME}/npm\ntmp=${XDG_RUNTIME_DIR}/npm\ninit-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js\n```\n"
7 },
8 {
9 "path": "$HOME/.npmrc",
10 "movable": true,
11 "help": "Export the following environment variables:\n\n```bash\nexport NPM_CONFIG_USERCONFIG=\"$XDG_CONFIG_HOME\"/npm/npmrc \n```\n"
12 }
13 ],
14 "name": "npm"
15 }