Documentation
¶
Overview ¶
Package cmd provides utilities for managing apps and packages that use the Cogent Core framework.
Index ¶
- func Build(c *config.Config) error
- func Changed(c *config.Config) error
- func Install(c *config.Config) error
- func Log(c *config.Config) error
- func NextRelease(c *config.Config) error
- func Pack(c *config.Config) error
- func Pull(c *config.Config) error
- func Release(c *config.Config) error
- func Run(c *config.Config) error
- func Setup(c *config.Config) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
Build builds an executable for the package at the config path for the config platforms.
func Changed ¶
Changed concurrently prints all of the repositories within this directory that have been changed and need to be updated in Git.
func Install ¶
Install installs the package on the local system. It uses the same config info as build.
func Log ¶
Log prints the logs from your app running on Android to the terminal. Android is the only supported platform for log; use the -debug flag on run for other platforms.
func NextRelease ¶
NextRelease releases the project with the current git version tag incremented by one patch version.
func Pack ¶
Pack builds and packages the app for the target platform. For android, ios, and web, it is equivalent to build.
Types ¶
This section is empty.
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package config contains the configuration structs for the Cogent Core tool.
|
Package config contains the configuration structs for the Cogent Core tool. |
|
Package generate provides the generation of useful methods, variables, and constants for Cogent Core code.
|
Package generate provides the generation of useful methods, variables, and constants for Cogent Core code. |
|
Package mobile provides functions for building Cogent Core apps for mobile devices.
|
Package mobile provides functions for building Cogent Core apps for mobile devices. |
|
binres
Package binres implements encoding and decoding of android binary resources.
|
Package binres implements encoding and decoding of android binary resources. |
|
sdkpath
Package sdkpath provides functions for locating the Android SDK.
|
Package sdkpath provides functions for locating the Android SDK. |
|
Package web provides functions for building Cogent Core apps for the web.
|
Package web provides functions for building Cogent Core apps for the web. |