https://github.com/fyne-io/tools
Toolchain and helpful commands for building and managing Fyne apps
https://github.com/fyne-io/tools
android cross-platform fyne go golang hacktoberfest ios
Last synced: 11 days ago
JSON representation
Toolchain and helpful commands for building and managing Fyne apps
- Host: GitHub
- URL: https://github.com/fyne-io/tools
- Owner: fyne-io
- License: bsd-3-clause
- Created: 2023-11-06T11:49:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T12:36:58.000Z (26 days ago)
- Last Synced: 2025-04-12T00:51:43.223Z (11 days ago)
- Topics: android, cross-platform, fyne, go, golang, hacktoberfest, ios
- Language: Go
- Homepage:
- Size: 1.7 MB
- Stars: 11
- Watchers: 5
- Forks: 7
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fyne CLI tools
Toolchain and helpful commands for building and managing Fyne apps.
## Installation
Using the standard go tools you can install Fyne's command line tool using:
go install fyne.io/tools/cmd/fyne@latest
## Synopsis
To list all available commands enter `fyne help`:
NAME:
fyne - A command line helper for various Fyne tools.
USAGE:
fyne [global options] command [command options]
DESCRIPTION:
The fyne command provides tooling for fyne applications and to assist in their development.
COMMANDS:
init Initializes a new Fyne project
env, e Prints the Fyne module and environment information
build, b Builds an application
package, p Packages an application for distribution
release, r Prepares an application for public distribution
install, get, i Packages and installs an application
serve, s Packages an application using WebAssembly and exposes it via a web server
translate, t Scans for new translation strings
version, v Shows version information for fyne
bundle Embeds static content into your go application
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help