package-info

Installation
SKILL.md

Package Info Lookup

Get a comprehensive overview of the package $ARGUMENTS.

Steps

  1. Resolve the package path. Map the name to a filesystem path:

    • react-button or @fluentui/react-buttonpackages/react-components/react-button/
    • Check both library/ (source) and stories/ (storybook) sub-packages
  2. Get Nx project details:

    yarn nx show project @fluentui/$ARGUMENTS --json 2>/dev/null || yarn nx show project $ARGUMENTS --json 2>/dev/null
    
  3. Read the package.json for version, dependencies, and peer dependencies.

Installs
1
GitHub Stars
20.2K
First Seen
3 days ago
package-info — microsoft/fluentui