Skip to content

Allow dev to disable certain code generation #6

@pauldemarco

Description

@pauldemarco

Use the build.yaml options section to disable certain generation from the tool.

For instance, users who do not need Firebase to/from can disable it by adding it like so:

targets:
  $default:
    builders:
      auto_data:
        options:
          create_firebase: false
          create_json: false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions