๐Ÿ“ฆ himself65 / npm-download-stat

โ˜… 64 stars โ‘‚ 6 forks ๐Ÿ‘ 64 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/himself65/npm-download-stat.git
HTTPS git clone https://github.com/himself65/npm-download-stat.git
SSH git clone git@github.com:himself65/npm-download-stat.git
CLI gh repo clone himself65/npm-download-stat
Alex Yang Alex Yang fix: remove all download count (#37) 9913f68 1 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ .idea
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“„ .env.example
๐Ÿ“„ .eslintrc.json
๐Ÿ“„ .gitignore
๐Ÿ“„ .prettierignore
๐Ÿ“„ LICENSE
๐Ÿ“„ next.config.js
๐Ÿ“„ package.json
๐Ÿ“„ pnpm-lock.yaml
๐Ÿ“„ postcss.config.js
๐Ÿ“„ README.md
๐Ÿ“„ tailwind.config.ts
๐Ÿ“„ tsconfig.json
๐Ÿ“„ README.md

npm-stat (by versions)

Get npm download stats by versions

Introduction

npm package maintainers have the need to know which versions of their npm packages are being used.

Usage

We use next.js to build this project.

pnpm install
pnpm run dev

Environment Variables

  • GITHUB_TOKEN: GitHub personal access token. It's required to get the repository information from GitHub API.

Related Projects

  • npm-stat.com: npm-stat.com has basic download stats for npm packages. But it doesn't have download stats by versions.
  • francoisbest.com: This website has download stats by versions with amazing visuals. But it's only using SSG to generate the static blog pages.

LICENSE

MIT