5a958db16284a74e19c43259757b163b347cda7d
- Default to empty Config in NewLibrary when nil is passed, so Wails binding generation succeeds without a config file on disk. - Fix golangci-lint v2 flag in lefthook (--build-tags, not -tags). - Run golangci-lint on full project instead of individual staged files.
YellowJacket
How music was meant to bee.
Install
You can grab the latest release here
Features
TODO: add feature list and screenshots here
Development
Development documentation can be found here.
Prerequisites
-
First, you will need Go installed.
-
Then, you will need the
wailscli tool.Install it with
go install github.com/wailsapp/wails/v2/cmd/wails@latest -
After installing the Wails CLI you may need some build dependencies. View the missing Wails dependencies by running
wails doctor. Using your system's package manager, install the missing dependencies.
Dev Server
To run the Wails hot-reloading dev server, run make dev in the root of the project.