Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/floatdrop/npmup
- Owner: floatdrop
- License: mit
- Created: 2014-02-04T07:01:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T03:40:19.000Z (almost 11 years ago)
- Last Synced: 2024-12-09T03:11:49.468Z (about 1 month ago)
- Language: JavaScript
- Size: 324 KB
- Stars: 1
- Watchers: 2
- 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.jsonThis 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