Easily update your npm dependencies to their latest versions.
- Blazing Fast (usually completes in less than a second)
- Built-in caching
- Extremely simple
- Lightweight
$ npm install --global odc
Or, alternatively:
$ npx odc
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
MIT