init command

This commit is contained in:
grngxd 2025-06-24 13:56:56 +01:00
parent 1642272fae
commit f724fc0ecb
5 changed files with 251 additions and 220 deletions

View file

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