Generates a skeleton Raxol plugin.
$ mix raxol.gen.plugin MyPlugin
$ mix raxol.gen.plugin MyApp.Plugins.Logger
Creates:
lib/<path>.ex- Plugin module withuse Raxol.Pluginandinit/1test/<path>_test.exs- ExUnit test with lifecycle smoke test
Generates a skeleton Raxol plugin.
$ mix raxol.gen.plugin MyPlugin
$ mix raxol.gen.plugin MyApp.Plugins.Logger
Creates:
lib/<path>.ex - Plugin module with use Raxol.Plugin and init/1test/<path>_test.exs - ExUnit test with lifecycle smoke test