coffee.management.commands#

coffee.management.commands.create_typescript_interfaces#

class coffee.management.commands.create_typescript_interfaces.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]#

Bases: django.core.management.base.BaseCommand

add_arguments(parser)[source]#

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)[source]#

The actual logic of the command. Subclasses must implement this method.

help = 'Converts all models of a target app into TypeScript interfaces'#

Module contents#