Add Wails project metadata reader

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Leon Mika 2026-05-02 10:00:21 +10:00
parent 5c72dd2a97
commit 338d1fd5b7
7 changed files with 111 additions and 1 deletions

View file

@ -0,0 +1,3 @@
module example.com/sample
go 1.22

5
internal/wails/testdata/sample/go.mod vendored Normal file
View file

@ -0,0 +1,5 @@
module example.com/sample
go 1.22
require github.com/wailsapp/wails/v2 v2.11.0

View file

@ -0,0 +1,6 @@
{
"name": "SampleApp",
"outputfilename": "SampleApp",
"frontend:install": "npm install",
"frontend:build": "npm run build"
}