This repository was archived by the owner on Oct 21, 2020. It is now read-only.
This repository was archived by the owner on Oct 21, 2020. It is now read-only.
Feature Request: Show install size of each package #359
Open
Description
I think it would be nice to show how large each package is before the user installs it.
For npm packages, we can get a badge from styfle/packagephobia#24
For example:
<div class="description"><%= project.description %></div>
<div class="install-size">
<img alt="install size" src="https://packagephobia.now.sh/badge?p=<%= project.name %>" />
</div>
Is project.name
the correct property to find the name on npm?
Metadata
Metadata
Assignees
Labels
No labels