Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Base = []plugins.Plugin{ &help.Command{}, &webpack.Plugin{}, &refresh.Plugin{}, &yarn.Plugin{}, &envy.Developer{}, &build.Command{}, &dev.Command{}, &test.Command{}, &fix.Command{}, &generate.Command{}, &new.Command{}, &grift.Command{}, &node.Builder{}, &standard.Builder{}, &standard.Fixer{}, &ox.Generator{}, &template.Generator{}, &model.Generator{}, &refresh.Initializer{}, &flect.Initializer{}, &docker.Initializer{}, &standard.Tester{}, &envy.Tester{}, }
Base plugins for Wawandco applications lifecycle. While oxplugins has other plugins this list is the base that is used across most of the apps we do. Feel free to add the rest in your cmd/ox/main.go file.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
lifecycle
|
|
fix
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
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
test package contains the tooling for the test command on the cli.
|
test package contains the tooling for the test command on the cli. |
tools
|
|
db
db packs all db operations under this top level command.
|
db packs all db operations under this top level command. |
liquibase
Liquibase package aims to provide a ox plugin to manage migrations with the Liquibase style.
|
Liquibase package aims to provide a ox plugin to manage migrations with the Liquibase style. |
standard
Standard package provides plugin that performs operations of the Go standard toolset.
|
Standard package provides plugin that performs operations of the Go standard toolset. |
Click to show internal directories.
Click to hide internal directories.