qwikstart.operations.add_file_tree module

class qwikstart.operations.add_file_tree.Operation(local_context: Optional[Mapping[str, Any]] = None, opconfig: Optional[Dict[str, Any]] = None, description: str = '')

Bases: qwikstart.operations.base.BaseOperation

Operation to add a file tree (a.k.a. directory) to a project.

See https://qwikstart.readthedocs.io/en/latest/operations/add_file_tree.html

name: str = 'add_file_tree'
run(context: qwikstart.operations.add_file_tree.Context) → None

Override with action