https://github.com/apostrophecms/alpha-beta-scanner
Scan your github for packages that are still marked as alpha or beta releases
https://github.com/apostrophecms/alpha-beta-scanner
Last synced: 2 months ago
JSON representation
Scan your github for packages that are still marked as alpha or beta releases
- Host: GitHub
- URL: https://github.com/apostrophecms/alpha-beta-scanner
- Owner: apostrophecms
- License: mit
- Created: 2023-01-16T21:07:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T21:22:57.000Z (over 2 years ago)
- Last Synced: 2025-05-08T10:54:55.142Z (2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# alpha-beta-scanner
Scans your github organization or personal account for projects whose current `package.json` file declares them to be of `alpha` or `beta` quality. Version numbers starting with `0.` are also reported.
## Why?
We ship lots of open source packages at [ApostropheCMS](https://apostrophecms.com). Sometimes changes are needed before we declare it to be stable. Other times, a year will pass and nobody notices it's still considered "beta." This tool to the rescue.
## Install
```bash
npm install -g alpha-beta-scanner
```## Use
```bash
alpha-beta-scanner --user=myusernamealpha-beta-scanner --org=myorgname
# If you run out of API requests, or want to scan private repos,
# use a github personal access token
alpha-beta-scanner --org=myorgname --token=go-get-your-own
```You can also use the `TOKEN` environment variable.
Note: this tool wants your github.com username or organization name. It doesn't scan `npm` directly.