find-installed-packages

Find installed packages

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
find-installed-packages
3.0.36 months ago5 years agoMinified + gzip package size for find-installed-packages in KB

Readme

find-installed-packages
!NPM versionnpm-imagenpm-url !NPM downloadsdownloads-imagedownloads-url
!Github NodeJSgithub-nodejsgithub-action-url !Codecovcodecov-imagecodecov-url !Codacy Badgecodacy-imagecodacy-url
!Greenkeepergreenkeeper-imagegreenkeeper-url !Semantic Releasesemantic-release-imagesemantic-release-url
!Visual Studio Codevscode-imagevscode-url !Wallaby.jswallaby-imagewallaby-url
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