MCPcopy Index your code
hub / github.com/carlesnunez/check-my-bundlephobia

github.com/carlesnunez/check-my-bundlephobia @v1.8.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.8.0 ↗ · + Follow
0 symbols 0 edges 2 files 0 documented · 0% updated 2y agov1.8.0 · 2021-02-16★ 523 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Check my bundlephobia

Check my bundlephobia is a github action that will check for your code changes on a PR and will left a comment with the different sizes.

How to use it

name: "check my bundlephobia"
on:
  push:
    branches:
      - master
  pull_request:
    branches:
      - master
jobs:
  bundlecheck:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      - uses: carlesnunez/check-my-bundlephobia@v1.6.0
        with:
          repo-token: ${{ secrets.GITHUB_TOKEN }}
          strict: true
          threshold: 500
          ignore-dev-dependencies: true

Options

name description required type default
repo-token used by the action in order to perform PR reviews true
strict If true will reject the PR if threshold is exceded false Boolean false
threshold Max package size in bytes false String 500
ignore-dev-dependencies Ignore devDependencies so that to not be checked false Boolean false

Core symbols most depended-on inside this repo

Shape

For agents

$ claude mcp add check-my-bundlephobia \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page