Skip to content

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

License

Notifications You must be signed in to change notification settings

Semigradsky/read-installed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%