init command
This commit is contained in:
parent
1642272fae
commit
f724fc0ecb
5 changed files with 251 additions and 220 deletions
10
README.md
10
README.md
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue