newmodule

class NewModuleCmd[source]

Bases: pimlico.cli.subcommands.PimlicoCLISubcommand

command_name = 'newmodule'
command_help = "Interactive tool to create a new module type, generating a skeleton for the module's code. Currently only works for certain module types. May be extended in future to help with creating a broader range of sorts of modules"
command_desc = 'Create a new module type'
run_command(pipeline, opts)[source]
ask(prompt, strip_space=True)[source]