# version-fixer-py

> batch modify package.json dependencies version[linux/macos only]

Latest version **0.0.2** (published 2018-07-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install version-fixer-py
pnpm add version-fixer-py
yarn add version-fixer-py
bun add version-fixer-py
```

Provides the command `vfp`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2018-07-21 |
| First published | 2018-07-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6 |
| Dependencies | 0 |
| Unpacked size | 5.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | ZHAO Xudong |
| Maintainers | zxdong262 |
| Keywords | version, package.json |

## Links

- npm: https://www.npmjs.com/package/version-fixer-py
- Repository: https://github.com/zxdong262/version-fixer-py
- Issues: https://github.com/zxdong262/version-fixer-py/issues
- npm.io page: https://npm.io/package/version-fixer-py

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 0.0.2 (latest) — 2018-07-21
- 0.0.1 — 2018-07-21

## README

# version-fixer-py
batch modify package.json dependencies version[linux/macos only]

## install
```bash
# make sure you have python installed
npm i -g version-fixer-py

# or
git clone git@github.com:zxdong262/version-fixer-py.git
# then add path/to/version-fixer-py/bin to your system path
```

## use
```bash
# makesure `python` command works
npm i -g version-fixer-py
cd your project_folder
vfp
# or hanle multi project
vfp path/to/your/project1 path/to/your/project2
# with version
version-fixer -p=^ path/to/your/project1 path/to/your/project2
# make all version to '*'
version-fixer -p=* path/to/your/project1 path/to/your/project2
```

## test
```bash
git clone https://github.com/zxdong262/version-fixer.git
cd version-fixer
npm i
mocha
```

## License
MIT

---
_Source: https://npm.io/package/version-fixer-py · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
