https://github.com/awesome-cli/check-is-deprecated
🗄️ Check if npm package is deprecated or archived
https://github.com/awesome-cli/check-is-deprecated
List: check-is-deprecated
archived check cli deprecated find github npm package repository
Last synced: 5 months ago
JSON representation
🗄️ Check if npm package is deprecated or archived
- Host: GitHub
- URL: https://github.com/awesome-cli/check-is-deprecated
- Owner: awesome-cli
- License: mit
- Created: 2020-03-07T16:14:02.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T05:56:46.000Z (about 3 years ago)
- Last Synced: 2025-10-27T03:48:38.949Z (8 months ago)
- Topics: archived, check, cli, deprecated, find, github, npm, package, repository
- Language: TypeScript
- Homepage:
- Size: 136 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [Check is deprecated](https://github.com/awesome-cli/check-is-deprecated)
[](https://www.npmjs.com/package/check-is-deprecated)
[](https://www.npmjs.com/package/check-is-deprecated)
## About
Check if npm package is deprecated or archived
## How to Install
First, install the CLI by npm:
```bash
$ npm install -g check-is-deprecated
```
## How to Use
```bash
$ check-is-deprecated [options] [packages]
```
**Instead of `check-is-deprecated` you can use aliases: `is-deprecated` & `cid`**
## Options
- `-f, --file [url]` get packages from package.json
- `-g, --github` check GitHub repository
- `-m, --msg` output deprecation message
- `-l, --link` output repo link
- `-a, --all` display results for all packages
## License
This project is licensed under the MIT License © 2020-present Jakub Biesiada