https://github.com/dafrok/npud
Show the update date of npm packages dependencies in your project.
https://github.com/dafrok/npud
datetime npm package update
Last synced: 28 days ago
JSON representation
Show the update date of npm packages dependencies in your project.
- Host: GitHub
- URL: https://github.com/dafrok/npud
- Owner: Dafrok
- License: mit
- Created: 2017-03-05T02:22:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T05:37:15.000Z (almost 9 years ago)
- Last Synced: 2025-08-18T16:58:31.706Z (5 months ago)
- Topics: datetime, npm, package, update
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npud
Show the update date of npm packages dependencies in your project.
## Install
```bash
$ npm i -g npud
```
## Usage
```bash
$ npud
```
## Options
|Name|Alias|Description|
|----|:---:|-----------|
|path|p |Target Node.js project path|
|sort|s |Sort the result by update datetime `asc` or `desc`|
|help|h |Display help and usage details|