An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# [Check is deprecated](https://github.com/awesome-cli/check-is-deprecated)

[![NPM version](http://img.shields.io/npm/v/check-is-deprecated.svg?style=flat-square)](https://www.npmjs.com/package/check-is-deprecated)
[![NPM downloads](http://img.shields.io/npm/dm/check-is-deprecated.svg?style=flat-square)](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