No description
cmd | ||
.gitignore | ||
bun.lock | ||
index.ts | ||
lib.ts | ||
mix.hjson.example | ||
mix.lock.example | ||
package.json | ||
README.md | ||
tsconfig.json |
🍜 mix
a declerative file-based package manager for windows.
features
- uses winget 😭
requirements
usage
bun i mix -g
, thenmix <command> <args>
- OR
bunx mix <command> <args>
- OR
mix init
to create your mixfile & lock filemix sync
to install/remove/update/config packages