npm-global-list

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i npm-global-list

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

2.71 kB

Total Files

7

Last publish

Collaborators

  • bukinoshita