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.
- Host: GitHub
- URL: https://github.com/ableinc/dependency-plus
- Owner: ableinc
- Created: 2019-04-12T03:49:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T19:55:59.000Z (about 7 years ago)
- Last Synced: 2025-02-03T23:31:28.765Z (over 1 year ago)
- Topics: npm, npm-package, npmjs, python, python3, update-service, updater
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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