.npmrc.example 550 B

123456789
  1. ; Template for .npmrc (which is GITIGNORED — never commit the real one).
  2. ; Copy to .npmrc, then either:
  3. ; (a) keep the token in the env (preferred): add to ~/.zprofile →
  4. ; export FONTAWESOME_NPM_TOKEN="your-fa-pro-token"
  5. ; and leave the ${FONTAWESOME_NPM_TOKEN} ref below as-is; or
  6. ; (b) paste the raw token after `_authToken=` (it stays local — .npmrc is ignored).
  7. @awesome.me:registry=https://npm.fontawesome.com/
  8. @fortawesome:registry=https://npm.fontawesome.com/
  9. //npm.fontawesome.com/:_authToken=${FONTAWESOME_NPM_TOKEN}