Skip to content

pret.cli.prepack_command

prepack [source]

Pre-packs a stub module into a single javascript file.

Parameters

PARAMETER DESCRIPTION
stub_module

The name of the stub module to prepack.

TYPE: str

output_path

The path to the output file.

TYPE: str

cwd

Whether to add the current working directory to the python path.

TYPE: bool DEFAULT: True