Documentation
¶
Overview ¶
base package contains the base plugins and hooks to the ox CLI, these plugins are the base commands of the CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Plugins = []core.Plugin{ &build.Command{}, &dev.Command{}, &test.Command{}, &fix.Command{}, &generate.Command{}, &new.Command{}, &version.Command{}, &help.Command{}, }
Plugins that should be base to any OX CLI app, these provide the foundation for the app to work and its where teams would hook their own plugins.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
fix package contains the logics of the fix operations, fix operations are in charge of adapting our source code to comply with newer versions of the CLI.
|
fix package contains the logics of the fix operations, fix operations are in charge of adapting our source code to comply with newer versions of the CLI. |
generate package provides the base of the generate command which allows to run generators for tools.
|
generate package provides the base of the generate command which allows to run generators for tools. |
test package contains the tooling for the test command on the cli.
|
test package contains the tooling for the test command on the cli. |
Click to show internal directories.
Click to hide internal directories.