forked fromkevva/npm-conf
- Notifications
You must be signed in to change notification settings - Fork20
pnpm/npm-conf
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Get the npm config
$ pnpm add @pnpm/npm-confconstnpmConf=require('@pnpm/npm-conf');constconf=npmConf();conf.get('prefix')//=> //=> /Users/unicorn/.npm-packagesconf.get('registry')//=> https://registry.npmjs.org/
To get a list of all availablenpm config options:
$ npm config list --long
Returns thenpm config.
Returns the defaultnpm config.
MIT ©Kevin Mårtensson
About
Get the npm config
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Languages
- JavaScript100.0%