install.fairie/home/dot_config/npm/npmrc.tmpl

12 lines
736 B
Cheetah
Raw Normal View History

2023-03-20 12:22:58 -07:00
cache={{ .chezmoi.homeDir }}/.cache/npm
2023-03-19 23:38:30 -07:00
init-author-email={{ .user.email }}
init-author-name="{{ .user.name }} <{{ .user.email }}> ({{ .user.domain }})"
init-author-url="{{ .user.domain }}"
init-license=MIT
2023-03-21 20:28:05 -07:00
init-module={{ .chezmoi.homeDir }}/.config/npm/config/npm-init.js
init-version=0.0.1
2023-03-19 23:38:30 -07:00
loglevel=error
network-concurrency=32
2023-03-20 12:22:58 -07:00
prefix={{ .chezmoi.homeDir }}/.local/share/npm
2023-03-18 02:01:55 -07:00
strict-peer-dependencies=false
2023-06-18 20:30:41 -07:00
//registry.npmjs.org/:_authToken={{ if and (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "NPM_TOKEN")) }}{{- includeTemplate "secrets/NPM_TOKEN" | decrypt | trim -}}{{ else if (env "NPM_TOKEN") }}{{- env "NPM_TOKEN" -}}{{ else }}${NPM_TOKEN}{{ end }}