https://github.com/louisbrunner/lemmy-wails
A boilerplate and library to help creating Wails applications https://wails.io/
https://github.com/louisbrunner/lemmy-wails
Last synced: 12 months ago
JSON representation
A boilerplate and library to help creating Wails applications https://wails.io/
- Host: GitHub
- URL: https://github.com/louisbrunner/lemmy-wails
- Owner: LouisBrunner
- Created: 2022-09-27T16:35:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T07:50:07.000Z (over 1 year ago)
- Last Synced: 2025-02-23T09:23:19.583Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 3.05 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lemmy-Wails
This is a boilerplate generator/library for `wails` projects.
## Installation
Run the following in the folder you want to build your app:
```bash
go mod init example.com
go run github.com/LouisBrunner/lemmy-wails/cmd/lemmy init -name "App Name" -authorName "your name" -authorEmail "your email" -repo "github.com/your/repo"
```
## Update & Sync
You can ensure you are in-sync with the boilerplate by running `go run github.com/LouisBrunner/lemmy-wails/cmd/lemmy sync`. You can also use `go run github.com/LouisBrunner/lemmy-wails/cmd/lemmy update`, which will both update to the latest version of the boilerplate and sync it.