Replace bakeware with burrito

Bakeware has been deprecated
This commit is contained in:
2024-05-18 01:07:30 +02:00
parent dab64f09c8
commit 9c07c40ebc
6 changed files with 42 additions and 26 deletions

View File

@@ -10,10 +10,18 @@ mix deps.get
MIX_ENV=prod mix release
```
The built binary will be in `_build/prod/rel/bakeware/find_old_mp3s`
The built binary will be in `burrito_out/example_cli_app_linux`
## Usage
```shell
_build/prod/rel/bakeware/find_old_mp3s "~/**/*.{mp3}"
./burrito_out/example_cli_app_linux "~/**/*.{mp3}"
```
## Development
Clean cache:
```shell
yes | burrito_out/example_cli_app_linux maintenance uninstall
```