**How It Works**
Run `beetmon` to build your Beet project and start the observer.
**Configuration
Beetmon reads the standard Beet config (beet.json or beet.yaml).
Alternatively, you can create _beetmon.json or beetmon.yaml_ and define multiple builds in scripts/build.
Example
yaml
scripts:
build:
name: "My datapack"
...
dev:
name: "My datapack - Dev build"
...
You may run `beetmon` for the default build or `beetmon dev` for the dev build.
**_Quick Migration from Beet to Beetmon_**
Already using Beet? Just run `beetmon init` in your project, and it will convert your existing Beet config automatically!
At the moment, beetmon only supports .json and .yaml configurations.