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!
- Host: GitHub
- URL: https://github.com/xxczaki/odc
- Owner: xxczaki
- License: mit
- Created: 2018-08-23T20:15:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T18:37:17.000Z (over 1 year ago)
- Last Synced: 2024-11-01T10:35:18.346Z (about 2 months ago)
- Topics: cli, dependencies, deps, dev-dependencies, easily, module, modules, node-modules, npm, odc, update, upgrade
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 31
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
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