1.0.2 • Published 1 year ago

yarn-safe-update v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

Yarn safe-update

Updates all packages in yarn.lock file safety.

Usage

$ yarn-safe-update -h

Development

With Docker

Install dependencies:

$ docker run --rm -t -v "%PWD%:/usr/src/app" -w /usr/src/app node:6-slim yarn --ignore-optional --ignore-engines --no-bin-links

Check and run:

$ docker run --rm -t -v "%PWD%:/usr/src/app" -w /usr/src/app node:6-slim /bin/sh -c "yarn format -c && yarn lint && yarn build && yarn test"
$ docker run --rm -t -v "%PWD%:/usr/src/app" -w /usr/src/app node:6-slim node dist/cli.js -p test/fixtures/yarn.lock

NOTE the %PWD% is the project working directory, like: /c/Users/xxx/repo/yarn-safe-update

1.0.2

1 year ago

1.0.1

4 years ago

1.0.0

4 years ago