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