odc

Update your npm dependencies easily!

Usage no npm install needed!

<script type="module">
  import odc from 'https://cdn.skypack.dev/odc';
</script>

README

odc 📦

Easily update your npm dependencies to their latest versions.

Build Status XO code style

Screenshot

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