local-or-home-npmrc
Get the local npmrc with fallback to the global one that's in your home directory
Last updated 9 years ago by svnlto .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install local-or-home-npmrc 
SYNC missed versions from official npm registry.

local-or-home-npmrc Build Status

Greenkeeper badge

Get the local npmrc with fallback to the global one that's in your home directory

Useful in cases where you prefer a local .npmrc file over a global one.

Install

$ npm install --save local-or-home-npmrc

Usage

const npmrcLocation = require('local-or-home-npmrc');

console.log(npmrcLocation());
//=> '/Users/svenlito/code/project/.npmrc'

// And if there is no local .npmrc file:

const npmrcLocation = require('local-or-home-npmrc');

console.log(npmrcLocation());
//=> '/Users/svenlito/.npmrc'

License

MIT © Sven Lito

Current Tags

  • 1.1.0                                ...           latest (9 years ago)

2 Versions

  • 1.1.0                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 0
Last Month 1
Dependencies (2)
Dev Dependencies (3)

Copyright 2013 - present © cnpmjs.org | Home |