17 lines
No EOL
454 B
Markdown
17 lines
No EOL
454 B
Markdown
# 🍜 mix
|
|
> ` a declerative file-based package manager for windows. `
|
|
|
|
|
|
## features
|
|
- uses winget 😭
|
|
|
|
## requirements
|
|
- windows 10+ ofc
|
|
- recent version of [Bun](https://bun.sh/)
|
|
- [winget](https://github.com/microsoft/winget-cli)
|
|
|
|
## usage
|
|
- `bun i @grng/mix -g`, then `mix <command> <args>`
|
|
- OR `bunx @grng/mix <command> <args>`
|
|
- `mix init` to create your mixfile & lock file
|
|
- `mix sync` to install/remove/update/config packages |