Documentation
¶
Overview ¶
plugins package contains the foundational plugins in Ox as well as the interfaces that allow the extensibility of the ox CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = append(base.Plugins, &webpack.Plugin{}, &refresh.Plugin{}, &yarn.Plugin{}, &npm.Plugin{}, &envy.Developer{}, &db.CreateCommand{}, &db.DropCommand{}, &db.ResetCommand{}, &db.Command{}, &grift.Command{}, &node.Builder{}, &standard.Builder{}, &ox.InstallFixer{}, &render.Fixer{}, &embedded.Fixer{}, &ox.ExpressionsFixer{}, &model.Fixer{}, &ox.ReplaceImportsFixer{}, &standard.GoModTidyFixer{}, &standard.GoImportsFixer{}, &cmd.Generator{}, &template.Generator{}, &model.Generator{}, &action.Generator{}, &resource.Generator{}, &grift.Generator{}, &soda.Generator{}, &embedded.Initializer{}, &model.Initializer{}, &render.Initializer{}, &refresh.Initializer{}, &template.Initializer{}, &flect.Initializer{}, &docker.Initializer{}, &action.Initializer{}, &middleware.Initializer{}, &cmd.Initializer{}, &config.Initializer{}, &docker.Initializer{}, &app.Initializer{}, &standard.Initializer{}, &grift.Initializer{}, &assets.Initializer{}, &soda.Initializer{}, &git.Initializer{}, &standard.GetBuffalo{}, &standard.ModTidy{}, &yarn.AfterInitializer{}, &npm.AfterInitializer{}, &git.AfterInitializer{}, &standard.Tester{}, &envy.Tester{}, soda.NewCommand(os.DirFS("migrations")), &fizz.Creator{}, &sql.Creator{}, )
Default plugins for applications base. While ox has other plugins this list is the base that is used across most of the apps we build and maintain.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
base package contains the base plugins and hooks to the ox CLI, these plugins are the base commands of the CLI.
|
base package contains the base plugins and hooks to the ox CLI, these plugins are the base commands of the CLI. |
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. |
Package tool`s` contains plugins for different tools used in the development workflow.
|
Package tool`s` contains plugins for different tools used in the development workflow. |
db
db packs all db operations under this top level command.
|
db packs all db operations under this top level command. |
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.