Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/floatdrop/npmup

Cli tool to update dependencies in json files
https://github.com/floatdrop/npmup

Last synced: about 1 month ago
JSON representation

Cli tool to update dependencies in json files

Awesome Lists containing this project

README

        

# npmup [![NPM version][npm-image]][npm-url]
> Cli tool to overview dependencies in package.json

This is scope reduction result of my `update-my-deps` project. At the end I found out, that I wrote small part of [`david`](https://github.com/alanshaw/david) functionality. Oops.

![2014-03-11 18-35-40 1 npmupexample zsh](https://f.cloud.github.com/assets/365089/2385186/af7360a2-a919-11e3-96d0-14412f9e1f28.png)

## Installation

```bash
$ npm i npmup -g
```

## Usage

```bash
$ npmup
Dependency Required Stable Latest
! express ~3.4.4 3.4.8 3.5.0
lodash ~2.4.1 2.4.1 2.4.1
mkdirp ~0.3.5 0.3.5 0.3.5
! npmlog 0.0.2 0.0.2 0.0.6
recluster ~0.3.4 0.3.6 0.3.6
```

[npm-url]: https://npmjs.org/package/npmup
[npm-image]: https://badge.fury.io/js/npmup.png

## License

MIT (c) Vsevolod Strukchinsky