unional / find-installed-packages

Find installed packages

Repository from Github https://github.comunional/find-installed-packagesRepository from Github https://github.comunional/find-installed-packages

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

About

Find installed packages

License:MIT License


Languages

Language:TypeScript 78.2%Language:JavaScript 18.6%Language:Shell 3.3%