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

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.

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|