Documentation
¶
Overview ¶
Package cmd contains the actual command defintions for the commands in the GoKi tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var TheApp = &App{}
TheApp is the singular instance of App
Functions ¶
This section is empty.
Types ¶
type App ¶
App is the main app type that handles the logic for the GoKi tool
func (*App) ColorgenCmd ¶
ColorgenCmd generates a Go color scheme declaration file from a Material Theme Builder Android Views XML file.
func (*App) InitCmd ¶
InitCmd initializes the ".goki" directory and the configuration file in the current directory
func (*App) InstallCmd ¶
InstallCmd installs a local or global GoKi package to your device or mobile emulator
func (*App) ReleaseCmd ¶
ReleaseCmd releases the project by pushing a release with Git and releasing it on app stores if it is an executable app.
func (*App) VersionCmd ¶ added in v0.1.10
VersionCmd updates the version file of the project and commits and pushes the changes.