Build and Install Tools

You can use various way to build and install your CLI, this includes:

Reference

Comonicon.Builder.create_command_envFunction
create_command_env(m::Module, envpath::String=mktempdir(); test_deps=true)

Create an environment to execute the CLI command.

Arguments

  • m: the CLI module.
  • envpath: the generated environment path.

Keyword Arguments

  • test_deps: include test deps or not.
source