bukinoshita / npm-global-list

Get all npm packages installed globally

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm-global-list Build Status

Get all npm packages installed globally

Install

$ yarn add npm-global-list

Usage

const npmGlobalList = require('npm-global-list')

npmGlobalList().then(pkgs => console.log(pkgs))
// => ['list', 'of', 'globally', 'installed', 'packages', ...]

API

npmGlobalList()

Returns a promise

Related

License

MIT © Bu Kinoshita

About

Get all npm packages installed globally

License:MIT License


Languages

Language:JavaScript 100.0%