0.0.2 • Published 4 years ago

npm-global-list v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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