find-installed-packages
TypeScript icon, indicating that this package has built-in type declarations

3.0.3 • Public • Published

find-installed-packages

NPM version NPM downloads

Github NodeJS Codecov Codacy Badge

Greenkeeper Semantic Release

Visual Studio Code Wallaby.js

Find installed packages.

Usage

import { findByKeyword } from 'find-installed-packages'

(async () => {
  const packages = await findByKeyord('some-keyword') // ['pkg-a', 'pkg-b']
}())

Contribute

# after fork and clone
npm install

# begin making changes
git checkout -b <branch>
npm run watch

# after making change(s)
git commit -m "<commit message>"
git push

# create PR

Readme

Keywords

none

Package Sidebar

Install

npm i find-installed-packages

Weekly Downloads

265

Version

3.0.3

License

MIT

Unpacked Size

44.5 kB

Total Files

38

Last publish

Collaborators

  • unional