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

https://github.com/ableinc/dependency-plus

Update npm packages. Checking for new versions of dependencies in packages.json and update if newer versions exist.
https://github.com/ableinc/dependency-plus

npm npm-package npmjs python python3 update-service updater

Last synced: about 1 year ago
JSON representation

Update npm packages. Checking for new versions of dependencies in packages.json and update if newer versions exist.

Awesome Lists containing this project

README

          

# Dependency+: npm dependency updater
Dependency+ is a dependency free, python package that allows you to update your npm packages
to their latest releases. Using your current project's packages.json file, you can use
Dependency+ to check for updates and even be aware of deprecated libraries. Replacements
for deprecated libraries will not be installed, please refer to author's repo.

# Requirements
* Python 2/3

# Install
git clone https://github.com/ableinc/dependency-plus.git

cd dependency-plus

pip install -r requirements.txt

# Commands
Get help:
python dependency-plus.py -h

Basic:
python dependency-plus.py -f [file_path]1

Do not delete existing package.json:
python dependency-plus.py -f [file_path]1 --dnr

Update and run npm install after:
python dependency-plus.py -f [file_path]1 --npm

1: Absolute or relative file path. Move file into node project to use
relative file path or npm install feature