Categorygithub.com/grayoxygen/json-go-struct-app
repositorypackage
0.0.1
Repository: https://github.com/grayoxygen/json-go-struct-app.git
Documentation: pkg.go.dev

# README

screenshot

you can download app , also install manually follow below 5 steps

Step 1: install the app

Run the following commands:

$ go get -u github.com/GrayOxygen/json-go-struct-app/...
$ rm $GOPATH/src/github.com/GrayOxygen/json-go-struct-app/bind.go

Step 2: install the bundler

Run the following command:

$ go get -u github.com/asticode/go-astilectron-bundler/...

And don't forget to add $GOPATH/bin to your $PATH.

Step 3: bundle the app for your current environment

Run the following commands:

$ cd $GOPATH/src/github.com/GrayOxygen/json-go-struct-app
$ astilectron-bundler -v

Step 4: use the app

The result is in the output/<your os>-<your arch> folder and is waiting for you to use it!

Step 5: bundle the app for more environments

To bundle the app for more environments, add an environments key to the bundler configuration (bundler.json):

"environments": [
  {"arch": "amd64", "os": "linux"},
  {"arch": "amd64", "os": "windows"},
  {"arch": "386", "os": "windows"},
  {"arch": "amd64", "os": "darwin"},
]

and repeat step 3.