Creates a modlist from packwiz
shell
cargo install packwiz-modlist
if you run packwizml
without any arguments it will try to
create a modlist.md
in the directory you executed the command in
```shell
packwizml --help # short: -h
#
packwizml --path ./ # short: -p
#
packwizml --output modlist.md # short: -o
#
packwizml --mods ./mods # short: -m
packwizml --force # short: -F
packwizml --trace # short: -t
packwizml --debug # short: -d
packwizml --silent # short: -s ```
Specify a custom format
default: [{NAME}]({URL}) - {DESCRIPTION}\n
shell
packwizml --format "[{NAME}]({URL}) - {DESCRIPTION}\n" # short: -f
| Placeholder | Description |
|:----------------------------|:------------------------------------|
| {NAME}
,{TITLE}
| Gets the name of the project |
| {DESCRIPTION}
,{SUMMARY}
| Gets the description of the project |
| {URL}
| Gets the URL of the project |
| {SLUG}
| Gets the slug of the project |