Ecosyste.ms: Awesome

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

https://github.com/xxczaki/odc

📦 Update npm dependencies easily!
https://github.com/xxczaki/odc

cli dependencies deps dev-dependencies easily module modules node-modules npm odc update upgrade

Last synced: about 1 month ago
JSON representation

📦 Update npm dependencies easily!

Lists

README

        

# odc 📦

> Easily update your npm dependencies to their latest versions.

[![Build Status](https://travis-ci.org/xxczaki/odc.svg?branch=master)](https://travis-ci.org/xxczaki/odc)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)

![Screenshot](screenshot.png)

## Highlights

- Blazing Fast (usually completes in less than a second)
- Built-in caching
- Extremely simple
- Lightweight

## Install

```
$ npm install --global odc
```

Or, alternatively:
```
$ npx odc
```

## Usage

```
Usage:
$ odc
Options:
-i, --input Path of a package.json file (defaults to the nearest one)
-e, --exclude Exclude packages
-j, --json Output a JSON object, instead of writing package.json
-v, --version Print the version
-h, --help Print this help
Examples:
$ odc
$ odc --input test/ -e chalk,lodash
```

### License

MIT