rxjs-report-usage
raw JSON → 1.0.6 verified Sat Apr 25 auth: no javascript
A CLI tool that collects anonymous RxJS API usage statistics from your project's source code (excluding node_modules) and reports them to the RxJS core team after prompting for consent. Version 1.0.6, no regular release cadence. Differentiators: privacy-first (consent required, no automatic sending), lightweight (zero runtime dependencies), integrates automatically via popular RxJS tooling packages.
Common errors
error command not found: rxjs-report-usage ↓
cause The script is not installed or global execution is not configured.
fix
Install as devDependency: npm install --save-dev rxjs-report-usage
error Error: Cannot find module 'rxjs-report-usage' ↓
cause The package is not installed or the working directory is incorrect.
fix
Ensure the package is installed: npm install rxjs-report-usage
Install
npm install rxjs-report-usage yarn add rxjs-report-usage pnpm add rxjs-report-usage Quickstart
npx rxjs-report-usage