Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/knightpp/zyup
- Owner: knightpp
- License: mit
- Archived: true
- Created: 2024-05-15T13:31:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T14:23:20.000Z (8 months ago)
- Last Synced: 2024-09-18T20:36:04.799Z (4 months ago)
- Topics: npm, yarn, zig
- Language: Zig
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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