6.6.6 • Published 3 years ago

@miladiir/npm-auto-update v6.6.6

Weekly downloads
2
License
ISC
Repository
-
Last release
3 years ago

NPM Auto Update

Updates package dependencies automatically and safely.

Early Alpha. There are not many features and this works for MY setup. Use at own risk.

Contents:

Description

This package is a convenience script that makes updating your dependencies easier. It creates a new branch, checks for outdated packages and for each package performs the following steps: 1. Lint 1. Test 1. Build

If all of these steps are successfull, i.e. the exit code of the command was 0, the changes to the package.json file are committed.

Usage

Either use the executable with npx npm-auto-update or install it globally with npm install -g npm-auto-update. Theses are the only ways to use the program currently.

Requirements

Any OS that supports npm and node should work. Currently, engine requirements are imposed. The current engine requirements are:

  • npm >= 6.9.0
  • node >= 10.16.3

The requirements are checked upon install, but not during runtime. There is no support for unsupported environments.

In addition to that, you should have the git executable in your path.