{"id":23059936,"url":"https://github.com/symandy/makefilemakerbundle","last_synced_at":"2026-04-27T11:31:24.816Z","repository":{"id":44496209,"uuid":"438327184","full_name":"Symandy/MakefileMakerBundle","owner":"Symandy","description":"Symfony bundle used to generate a Makefile containing Symfony commands shortcuts for a project","archived":false,"fork":false,"pushed_at":"2024-11-06T15:25:54.000Z","size":104,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-15T23:35:34.989Z","etag":null,"topics":["makefile","maker","php","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Symandy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-14T16:39:54.000Z","updated_at":"2023-07-20T07:31:00.000Z","dependencies_parsed_at":"2023-02-17T17:00:40.376Z","dependency_job_id":null,"html_url":"https://github.com/Symandy/MakefileMakerBundle","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Symandy%2FMakefileMakerBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Symandy%2FMakefileMakerBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Symandy%2FMakefileMakerBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Symandy%2FMakefileMakerBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Symandy","download_url":"https://codeload.github.com/Symandy/MakefileMakerBundle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229901666,"owners_count":18141740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["makefile","maker","php","symfony","symfony-bundle"],"created_at":"2024-12-16T03:10:52.237Z","updated_at":"2026-04-27T11:31:24.768Z","avatar_url":"https://github.com/Symandy.png","language":"PHP","readme":"# Symandy Makefile Maker Bundle\n\n## Introduction\n\nSymandy Makefile Maker is a Symfony bundle used to generate a Makefile containing Symfony commands shortcuts for a project\n\nThis bundle includes some basics commands (Symfony, Doctrine, Composer and more) but project commands can be added to this file.\n\n## Installation\n\n```shell\ncomposer require --dev symandy/makefile-maker-bundle\n```\n\nIf you are not using [Symfony Flex](https://github.com/symfony/flex), add the following lines to `config/bundles.php`\n\n```php\n\u003c?php\n\nreturn [\n    ...\n    Symandy\\MakefileMakerBundle\\SymandyMakefileMakerBundle::class =\u003e ['dev' =\u003e true, 'test' =\u003e true],\n    ...\n];\n```\n\n## Configuration\n\nYou can dump the full configuration by running the following command\n\n```shell\nphp bin/console config:dump-reference SymandyMakefileMakerBundle\n```\n\nYou can add `symandy_makefile_maker.yaml` file under `config/packages` directory to add additional commands to your Makefile. \n\n```yaml\nsymandy_makefile_maker:\n  groups:\n    your_project:\n      commands:\n        hello:\n          name: hello\n          description: Say hello\n          instructions:\n            - executable: symfony_console\n              name: app:hello\n              arguments: [John]\n              options:\n                - { key: last-name, value: Doe }\n```\n\nThis configuration will output the following Makefile:\n\n```shell\nSYMFONY_CONSOLE = /usr/local/bin/symfony console\n...\n\nhello: ## Say hello\n\t@SYMFONY_CONSOLE app:hello John --last-name Doe \n```\n\nFull configuration can be dumped using:\n\n```shell\nphp bin/console debug:config SymandyMakefileMakerBundle\n```\n\n## Usage\n\nYou can now run this command by running: \n\n```shell\nmake hello\n```\n\ninstead of:\n\n```shell\nsymfony console app:hello John --last-name Doe \n```\n\n## Note \n\nThe only purpose of this bundle is to generate a Makefile for a Symfony project.\nIt can be removed if the Makefile won't be updated during development using:\n\n```shell\ncomposer remove --dev symandy/makefile-maker-bundle\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymandy%2Fmakefilemakerbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymandy%2Fmakefilemakerbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymandy%2Fmakefilemakerbundle/lists"}