whiteprints.cli.command.init#
The ‘init’ command.
Functions#
|
Initialize a python project. |
Module Contents#
- whiteprints.cli.command.init.init(
- project_directory: pathlib.Path,
- copier_args: collections.abc.Iterable[str],
- **kwargs: Unpack[whiteprints.cli.init_interface.InitKwargs],
Initialize a python project.
- Parameters:
project_directory (pathlib.Path) – directory the new project will be created.
copier_args (collections.abc.Iterable[str]) – arguments forwarded to copier.
kwargs (Unpack[whiteprints.cli.init_interface.InitKwargs]) – the command line flags.
- Return type:
None