# 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>
Options:
  -i, --input <path>                 Path of a package.json file (defaults to the nearest one)
  -e, --exclude <pkg,...>            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
