Module: Foobara::RemoteGenerator

Defined in:
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/association_depth.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/generate_typescript.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/type_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/error_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/model_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/write_typescript_to_disk.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/dependency_group.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/domain_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/entity_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/command_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/manifest_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/atom_model_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/auth/login_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/atom_entity_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/auth/logout_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/organization_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/domain_config_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/loaded_entity_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/root_manifest_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/command_errors_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/command_inputs_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/command_result_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/model_manifest_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/model_variants_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/aggregate_model_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/domain_manifest_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/entity_manifest_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/entity_variants_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/processor_class_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/unloaded_entity_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/aggregate_entity_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/command_manifest_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/auth/access_tokens_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/auth/login_command_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/auth/refresh_login_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/auth/requires_auth_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/auth/logout_command_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/organization_config_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/command_errors_index_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/organization_manifest_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/auth/requires_auth_command_generator.rb,
foobara-typescript-remote-command-generator-0.0.18/src/remote_generator/services/typescript_from_manifest_base_generator.rb

Overview

TODO: give this module a non-generic name throughout this project… and extract truly generic behavior to some other shared project

Defined Under Namespace

Modules: AssociationDepth Classes: GenerateTypescript, Services, WriteTypescriptToDisk