nodejs-autoupdater
v0.1.7
Published
Update package.json dependencies, push the updates to a separate branch and create a merge request.
Downloads
4
Readme
nodejs-autoupdater
Prerequisite
- git
- npm >= 7.x
- Configure git user and email
Note that this package provides a docker image containing the CLI and everything it needs (see below).
Installation and Usage
Using npm
Install nodejs-autoupdater
globally via npm
:
npm install -g nodejs-autoupdater
Then use its bin called autoupdate
with the root directory of your project:
autoupdate <project-root>
Docker image
Pull the image from the container registry:
docker pull ghcr.io/marketing-factory/nodejs-autoupdater:latest
And run: (Replacing "$(pwd)"
with the absolute path to the root directory of your project)
docker run --cap-add=SYS_ADMIN -v "$(pwd)":/app:ro nodejs-autoupdater:latest