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, --githubcheck GitHub repository-m, --msgoutput deprecation message-l, --linkoutput repo link-a, --alldisplay results for all packages
This project is licensed under the MIT License © 2020-present Jakub Biesiada