Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hideoo/npm-package-manager-extension
- Owner: HiDeoo
- License: mit
- Created: 2022-07-15T08:43:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T09:16:34.000Z (about 1 year ago)
- Last Synced: 2024-10-10T17:32:49.526Z (2 months ago)
- Topics: bun, chrome, edge, extension, manager, ni, npm, package, pnpm, yarn
- Language: TypeScript
- Homepage:
- Size: 558 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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.