Documentation ¶
Overview ¶
Package commands provides functionality for managing fyne packages and the build process
Index ¶
- type Commanddeprecated
- func NewBundler() Commanddeprecated
- func NewInstaller() Commanddeprecated
- func NewPackager() Commanddeprecated
- func NewReleaser() Commanddeprecated
- type Getter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command
deprecated
Command defines the required functionality to provide a subcommand to the "fyne" tool.
Deprecated: Access to the internal cli commands are being removed. Better versions of bundler, installer, packager and releaser will be available in the future.
func NewBundler
deprecated
func NewBundler() Command
NewBundler returns a command that can bundle resources into Go code.
Deprecated: A better version will be exposed in the future.
func NewInstaller
deprecated
func NewInstaller() Command
NewInstaller returns an install command that can install locally built Fyne apps.
Deprecated: A better version will be exposed in the future.
func NewPackager
deprecated
func NewPackager() Command
NewPackager returns a packager command that can wrap executables into full GUI app packages.
Deprecated: A better version will be exposed in the future.
func NewReleaser
deprecated
func NewReleaser() Command
NewReleaser returns a command that can adapt app packages for distribution.
Deprecated: A better version will be exposed in the future.