lukasparke/Usage Statistics Tracker
Track download statistics across multiple platforms (NPM, GitHub, PyPI, PowerShell)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| npm-packages | Comma-separated list of NPM packages to track | no | "" |
| github-repositories | Comma-separated list of GitHub repositories (format: owner/repo) | no | "" |
| pypi-packages | Comma-separated list of PyPI packages to track | no | "" |
| powershell-modules | Comma-separated list of PowerShell modules to track | no | "" |
| json-output-path | Path for JSON output file | no | stats.json |
| readme-path | Path to README file to update | no | README.md |
| update-readme | Whether to update README.md with statistics | no | true |
| github-token | GitHub token for API access and commits | no | ${{ github.token }} |
| commit-message | Commit message for changes | no | chore: update usage statistics |
Outputs
| name | description |
|---|---|
| json-output | Path to the generated JSON file |
| platforms-tracked | Comma-separated list of platforms tracked |