manifest-search

0.1.1 • Public • Published

Manifest Search

npm Travis CI

Finds packages by searching for manifest files.

Installation

npm install manifest-search

Usage

const ManifestSearch = require("manifest-search");
 
let search = new ManifestSearch({
  deep: true,
});
 
search.search()
  .then(results => {
    for (result of results) {
      console.log(result);
    }
  });

See ManifestSearchOptions for all options that can be passed to ManifestSearch.

Readme

Keywords

none

Package Sidebar

Install

npm i manifest-search

Weekly Downloads

8

Version

0.1.1

License

MIT

Last publish

Collaborators

  • codelenny