duck.cli.commands.makeproject

Module containing makeproject command class.

Module Contents

Classes

MakeProjectCommand

API

class duck.cli.commands.makeproject.MakeProjectCommand[source]
classmethod main(name, dest_dir: str = '.', overwrite_existing: bool = False, project_type: str = 'normal')[source]
classmethod makeproject(name, dest_dir: str = '.', overwrite_existing: bool = False, project_type: str = 'normal')[source]
classmethod setup()[source]