dbp/relay-maker-bundle

A maker bundle for the Relay API gateway

Installs: 12 668

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 1

Type:symfony-bundle

v0.1.11 2024-03-06 14:36 UTC

This package is auto-updated.

Last update: 2024-05-06 04:10:19 UTC


README

GitHub | Packagist

Test

The maker bundle bundle provides Symfony commands for creating commonly required code constructs. It's inspired by the Symfony MakerBundle but focuses on Relay specific boilerplate code.

Creating a Bundle

Creates a new bundle in a bundles subdirectory and registers/installs it with the application.

./bin/console dbp:relay:maker:make:bundle --help
Description:
  Create a new bundle

Usage:
  dbp:relay:maker:make:bundle [options]

Options:
      --vendor=VENDOR                  Vendor
      --category=CATEGORY              Category [default: "relay"]
      --unique-name=UNIQUE-NAME        Unique Name
      --friendly-name=FRIENDLY-NAME    Friendly Name
      --example-entity=EXAMPLE-ENTITY  Example Entity
      --dry-run                        Dry Run
      --no-confirm                     Bypass all confirmation questions, for automation