Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/knightpp/zyup

zig yarn upgrade
https://github.com/knightpp/zyup

npm yarn zig

Last synced: 4 months ago
JSON representation

zig yarn upgrade

Awesome Lists containing this project

README

        

# zyup - Zig Yarn UPgrade

## Why

I started learning Zig and wanted to code something in it. It was fun.

## What does it do

yarn by default won't touch `package.json` file when upgrading dependencies, it will only change
yarn.lock file. But `yarn upgrade dep-name@^` changes `package.json`. One downside, you cannot
upgrade all deps like that, so here helps zyup.

## How to use

```shell
$ zig build
$ ./zig-out/bin/zyup 'path to package.json'
```

## License

MIT