find-installed-packages
v3.0.3
Published
Find installed packages
Downloads
555
Readme
find-installed-packages
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