Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:39:43.000Z (7 months ago)
- Last Synced: 2024-06-20T16:37:47.239Z (5 months ago)
- Language: Go
- Homepage:
- Size: 3.29 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.