From 4766da834d87e9fab4bcb7728b9f4ac9364c9653 Mon Sep 17 00:00:00 2001 From: Maina Wycliffe Date: Fri, 3 Jan 2025 01:27:24 +0300 Subject: [PATCH] docs: update README and package.json for improved clarity and branding --- README.md | 8 ++++---- ...ted-packages-lens.jpg => npm-package-lookup.jpg} | Bin package.json | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) rename images/{npm-imported-packages-lens.jpg => npm-package-lookup.jpg} (100%) diff --git a/README.md b/README.md index c04e4ac..671164a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -

NPM Imported Package Links - The Ultimate Onboarding Extension for Developers

+

NPM Packages Lookup - The Ultimate Onboarding Extension for Developers

- +

[Download from Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=MainaWycliffe.view-package-on-npm) @@ -13,7 +13,7 @@ that we are not familiar with. This extension helps you learn more about a package being used in your codebase by providing links to the NPM package, Homepage, and Git Repository. -NPM Imported Package Lens is the ultimate onboarding VS Code extension. When +NPM Packages Lookup is the ultimate onboarding VS Code extension. When reading code, we sometimes come across JS/TS packages that are unfamiliar, with this extension, just hover on the imported package, and you will get information from NPM, about the current version of the extension being used, with links to @@ -41,7 +41,7 @@ as shown below 🤯🤯🤯🤯. - Supports package.json - Version and License information - Support for Vue, Astro, and Svelte - ([Suggestions](https://github.com/mainawycliffe/npm-imported-packages-lens/issues/new) + ([Suggestions](https://github.com/mainawycliffe/npm-package-lookup/issues/new) and PRs are welcome) ## Roadmap diff --git a/images/npm-imported-packages-lens.jpg b/images/npm-package-lookup.jpg similarity index 100% rename from images/npm-imported-packages-lens.jpg rename to images/npm-package-lookup.jpg diff --git a/package.json b/package.json index 8743ade..a92a6f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "view-package-on-npm", - "displayName": "NPM Imported Package Links", - "description": "A Visual Studio extension that displays links to NPM, Git Repo (GitHub/GitLab, etc.) and Homepage for an imported package in javascript and typescript files on hover", + "displayName": "NPM Packages Lookup", + "description": "Lookup NPM packages directly from your editor", "version": "0.20.2", "publisher": "MainaWycliffe", "engines": { @@ -10,7 +10,7 @@ "repository": { "url": "https://github.com/mainawycliffe/view-package-on-npm" }, - "icon": "images/npm-imported-packages-lens.jpg", + "icon": "images/npm-package-lookup.jpg", "categories": [ "Other" ], @@ -102,4 +102,4 @@ "got": "^12.6.0", "zod": "^3.21.4" } -} +} \ No newline at end of file