Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 784 Bytes

File metadata and controls

31 lines (22 loc) · 784 Bytes

prebuild-stats

Important

This module is deprecated and no longer maintained, along with prebuild and prebuild-install. Please see prebuild/prebuild-install#216. Thank you!

A CLI tool to query some stats about prebuild-install downloads from github releases

Installation

Install with:

npm install -g prebuild-stats

Usage

prebuild-stats author/package [options]

  --tag         (github release tag, default is latest release)
  --width=80    (render width)
  --color=cyan  (render color - 'yellow', 'cyan', 'white', 'magenta', 'green', 'red', 'grey', 'blue', or 'ascii')

Example

prebuild-stats lovell/sharp

License

MIT