Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hideoo/npm-package-manager-extension

Browser extension adding support for multiple package managers to npmjs.com.
https://github.com/hideoo/npm-package-manager-extension

bun chrome edge extension manager ni npm package pnpm yarn

Last synced: 2 months ago
JSON representation

Browser extension adding support for multiple package managers to npmjs.com.

Awesome Lists containing this project

README

        


npm-package-manager-extension


Multiple package managers support for npmjs.com




Screenshot of the Npm Package Manager Extension




Integration Status


License




A Chrome and Edge browser extension adding support for multiple package managers to [the npmjs.com registry](https://www.npmjs.com).

## Features

- Support for multiple package managers:
- [npm](https://docs.npmjs.com/cli)
- [yarn](https://yarnpkg.com/)
- [pnpm](https://pnpm.io/)
- [ni](https://github.com/antfu/ni)
- [bun](https://bun.sh/)
- Display both the command to install a package as dependency or development dependency.
- Display an extra command to install TypeScript declarations for packages having external declarations.
- Use package version in install commands when visiting a specific version package page.
- Add back the ability to click on the entire command to copy it.
- Remove the layout shift of the entire page when copying a command.
- Pin the sidebar so it is always visible even when scrolling down long package descriptions.

## Installation

You can install the extension directly from the [Chrome Web Store](https://chrome.google.com/webstore/detail/npm-package-manager/mkflcfbfnijaofdeeflecnjlooefmcka) or the [Microsoft Edge Add-ons Marketplace](https://microsoftedge.microsoft.com/addons/detail/npm-package-manager/oogocgnfebpilcfmlgdencdmemicdaoo).

## License

Licensed under the MIT License, Copyright © HiDeoo.

See [LICENSE](https://github.com/HiDeoo/npm-package-manager-extension/blob/main/LICENSE) for more information.