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

https://github.com/freaktechnik/my-deprecations

Command line utility to list deprecated package versions of a user with deprecation message.
https://github.com/freaktechnik/my-deprecations

cli npm

Last synced: over 1 year ago
JSON representation

Command line utility to list deprecated package versions of a user with deprecation message.

Awesome Lists containing this project

README

          

# my-deprecations

Command line utility to list deprecated package versions of a user with deprecation
message.

## Installation

```sh
npm install -g my-deprecations
```

## Usage

### CLI

```sh
my-deprecations
```

Replace `` with the npm user you want to get the deprecated packages for.
If no username is given it tries to use the logged in npm user.

Specify the `--verbose` parameter to list all versions, even if every version of
a package is deprecated.

### License

This package is licensed under the MIT.