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.
- Host: GitHub
- URL: https://github.com/freaktechnik/my-deprecations
- Owner: freaktechnik
- License: mit
- Created: 2017-11-07T10:00:10.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T10:59:29.000Z (over 1 year ago)
- Last Synced: 2025-03-27T11:40:28.081Z (over 1 year ago)
- Topics: cli, npm
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/my-deprecations
- Size: 1.04 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.