https://github.com/floatdrop/npmup
Cli tool to update dependencies in json files
https://github.com/floatdrop/npmup
Last synced: 10 months ago
JSON representation
Cli tool to update dependencies in json files
- Host: GitHub
- URL: https://github.com/floatdrop/npmup
- Owner: floatdrop
- License: mit
- Created: 2014-02-04T07:01:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T03:40:19.000Z (about 12 years ago)
- Last Synced: 2025-07-11T12:35:59.990Z (10 months ago)
- Language: JavaScript
- Size: 324 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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