Use Bakeware to create standalone binary

This commit is contained in:
2024-05-11 10:37:52 +02:00
parent 4e84fcd52f
commit 0d8d09d392
4 changed files with 35 additions and 35 deletions

View File

@@ -1,21 +1,13 @@
# FindOldMp3s
**TODO: Add description**
This project creates a CLI tool which will find MP3 files with bad bitrate. Bakeware will produce a standalone binary
file - this is NO escript release!
## Installation
## Setup
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `find_old_mp3s` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:find_old_mp3s, "~> 0.1.0"}
]
end
```shell
mix deps.get
MIX_ENV=prod mix release
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/find_old_mp3s>.
The built binary will be in `_build/prod/rel/bakeware/find_old_mp3s`