oporkka / read-installed

Read all the installed packages in a folder, and return a tree structure with all the data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

read-installed-packages

Read all the installed packages in a folder, and return a tree structure with all the data.

It is a maintained fork of read-installed

Usage

var readInstalled = require("read-installed-packages")
// optional options
var options = { dev: false, log: fn, depth: 2 }
readInstalled(folder, options, function (er, data) {
  ...
})

About

Read all the installed packages in a folder, and return a tree structure with all the data.

License:ISC License


Languages

Language:JavaScript 100.0%