Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var All = []plugins.Plugin{ &webpack.Plugin{}, &refresh.Plugin{}, &packr.Plugin{}, &pop.Plugin{}, &migrate.Plugin{}, &migrate.MigrateUp{}, &migrate.MigrateDown{}, &standard.Plugin{}, &yarn.Plugin{}, &pop.Fixer{}, &standard.Fixer{}, &ox.Generator{}, &ox.Builder{}, &build.Command{}, &dev.Command{}, &test.Command{}, &fix.Command{}, &generate.Command{}, }
All plugins in this package
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
|
|
|
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.