Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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.