alfred-npmjs
npm is the package manager for JavaScript and the world’s largest software registry. alfred-npmjs can search and reach the package repo page more quickly than npmjs.com
Download and installation
Download the latest version from Github releases page or packal download
Features
- For accurate search (default show 3 packages, you can modify the max number)
- Display the packages' avator images
- Cache package lists, if the sum of avator images is greater than 10, the images downloaded could be deleted. (default cache 10 images files)
Usage
In Alfred, type npm
, Space , package
your want to search. (eg: npm lodash
)
Select a package and press Enter to go to the package npm.js
repo.
Changelog
v1.0.4
- fix: search URL not work
v1.0.3
- fix: description optional bug
v1.0.2
- fix: searching error when input a package name including slash.
v1.0.1
- provide a faster search HK Proxy for Chinese User
v1.0.0
- init project