Package has been deprecated in favour of easy npm. Please consider installing easy npm instead.
Voyager (VSCODE Plugin)
vscode extension to add, search, remove, update packages without touching terminal, package.json or browser.
Preview: https://youtu.be/lzQSTkQHTY0
Usage
Simply install the plugin "Voyager", to use press ctrl+shift+p or cmd+shift+p and search for "Voyager". Currently for this plugin to work, you must have package.json in your project (workspace) root.
Here are some of the major purposes it serves:
Reads package.json and presents the details in a separate, friendly view, allowing you to edit the values.
Lets you discover, search for packages from npm.
Shows the readme, stats and links for any package within VSCode without switching to browser.
Lets you install/uninstall/update dependencies with clicks, without switching to terminal
Shows the existing version and latest version of installed dependencies, with colored labels indicating how outdated your dependencies might be.
Lets you run scripts by clicking on the script blocks.
Still under development...
The project is still under development, and there are quite a few issues that need to be addressed. PRs would be highly appreciated and are more than welcome. If you are willing to contribute, feel free to go through CONTRIBUTING.md guide for setup and other details.
Roadmap:
Bug Fixes
Show and edit nested properties in package.json
Recognise package.json/manifest.json and other standard JSON formats as well