Check if npm package is deprecated or archived
First, install the CLI by npm:
$ npm install -g check-is-deprecated
$ check-is-deprecated [options] [packages]
Instead of check-is-deprecated
you can use aliases: is-deprecated
& cid
-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
This project is licensed under the MIT License © 2020-present Jakub Biesiada