Giter VIP home page Giter VIP logo

package-manager-enhancer's Introduction

Package Manager Enhancer

Version Installs Downloads Rating Star Last Updated

CI PRs Welcome Github Open Issues LICENSE

Features

pnpm-workspace.yaml codeLens

pnpm-workspace.yaml codeLens

package.json pnpm configuration schema

package.json pnpm configuration schema

package.json files property codeLens

package.json files property codeLens

package.json dependencies codeLens

package json dependencies codeLens

You can click editor title icon toggle it:

toggle package json dependencies codeLens

npm script run in background

npm script run in background

add missing dependencies

useful when you refactor code from one package to another new package.

add missing dependencies

corepack packageManager codelens

corepack PackageManager codelens

node version codelens

node version codelens

package.json dependencies definition

package.json dependencies definition

package hover tooltip

package hover tooltip

you can custom the tooltip by settings:

{
  "package-manager-enhancer.packageHoverTooltip.websites": [
    "builtin:npm",
    "builtin:homepage",
    "builtin:repository",
    "[Sync Mirror](https://npmmirror.com/sync/${packageName})",
    "[Npm View](https://npmview.vercel.app/${packageNameAtVersion})",
    "[Npm Trends](https://npmtrends.com/${packageName})",
    "[Npm Graph](https://npmgraph.js.org/?q=${packageNameAtVersion})",
    "[Npm Charts](https://npmcharts.com/compare/${packageName})",
    "[Npm Stats](https://npm-stat.com/charts.html?package=${packageName})",
    "[Moiva](https://moiva.io/?npm=${packageName})",
    "[RunKit](https://npm.runkit.com/${packageName})",
  ],
  "package-manager-enhancer.packageHoverTooltip.badges": [
    "[![latest version](https://img.shields.io/npm/v/${packageName}?label=latest)](https://www.npmjs.com/package/${packageName})",
    "[![NPM Downloads](https://img.shields.io/npm/dw/${packageName})](https://www.npmjs.com/package/${packageName}?activeTab=versions)",
    "[![GitHub Repo stars](https://img.shields.io/github/stars/${githubUserAndRepo})](https://github.com/${githubUserAndRepo})",
    "[![GitHub Issues](https://img.shields.io/github/issues-raw/${githubUserAndRepo}?label=issues)](https://github.com/${githubUserAndRepo}/issues)",
    "[![NPM Type Definitions](https://img.shields.io/npm/types/${packageName})](https://arethetypeswrong.github.io/?p=${packageNameAtVersion})",
    // add more please check: https://shields.io/badges
  ],
}

Find Npm Package

Find Npm Package usage gif

Find Path in node_modules

Find Path in node_modules usage gif

TODOs

My extensions

Check all here: publishers/YuTengjing

package-manager-enhancer's People

Contributors

tjx666 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.