NPM Market is a Visual Studio Code extension that allows developers to search, explore, and view details of NPM packages directly within the editor.
Features
🔍 Search NPM Packages: Quickly search for NPM packages without leaving VS Code.
📦 View Package Details: Access detailed information including repository links, homepage, weekly downloads, version, license, last publish date, and collaborators.
📄 Readme Preview: View the package's README rendered in markdown format within VS Code.
📈 Download Statistics: See weekly download counts to gauge package popularity.
Installation
Open Visual Studio Code.
Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
Search for NPM Market.
Click Install to install the extension.
Usage
Open the NPM Market view from the Activity Bar.
Use the search bar to find NPM packages.
Click on a package from the search results to view its details.
The package details panel will display metadata and the README.
Known Issues
Some packages may not display the README correctly due to formatting issues or missing data in the NPM registry.
If you encounter issues with loading package details, ensure you have an active internet connection.
Contributing
Contributions are welcome!
Fork the repository.
Create a new branch: git checkout -b feature-name.
Make your changes and commit them: git commit -m 'Add new feature'.
Push to the branch: git push origin feature-name.
Open a pull request.
Please ensure your code adheres to the existing style guidelines and includes appropriate tests.