{"id":24468797,"url":"https://github.com/yoanbernabeu/symfony-and-docker-makefile-taskfile","last_synced_at":"2025-04-13T10:23:22.012Z","repository":{"id":60831924,"uuid":"540850639","full_name":"yoanbernabeu/Symfony-And-Docker-Makefile-Taskfile","owner":"yoanbernabeu","description":"Symfony And Docker Makefile + Taskfile","archived":false,"fork":false,"pushed_at":"2023-07-29T21:13:14.000Z","size":322,"stargazers_count":97,"open_issues_count":6,"forks_count":30,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-27T01:47:36.361Z","etag":null,"topics":["makefile","symfony","taskfile"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/yoanbernabeu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-24T14:10:06.000Z","updated_at":"2025-03-14T18:33:30.000Z","dependencies_parsed_at":"2023-01-21T00:02:06.747Z","dependency_job_id":null,"html_url":"https://github.com/yoanbernabeu/Symfony-And-Docker-Makefile-Taskfile","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoanbernabeu%2FSymfony-And-Docker-Makefile-Taskfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoanbernabeu%2FSymfony-And-Docker-Makefile-Taskfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoanbernabeu%2FSymfony-And-Docker-Makefile-Taskfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoanbernabeu%2FSymfony-And-Docker-Makefile-Taskfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoanbernabeu","download_url":"https://codeload.github.com/yoanbernabeu/Symfony-And-Docker-Makefile-Taskfile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248696282,"owners_count":21147097,"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","symfony","taskfile"],"created_at":"2025-01-21T07:13:12.946Z","updated_at":"2025-04-13T10:23:21.971Z","avatar_url":"https://github.com/yoanbernabeu.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Symfony And Docker Makefile + Taskfile\n\nA Makefile and Taskfile to improve the DX of your Symfony projects!\n\nYou will find a collection of everyday useful commands in a Symfony project.\n\nFeel free to modify it for your projects.\n\n![Symfony And Docker Makefile + Taskfile](screenshot.gif)\n\n##  1. \u003ca name='TableofContents'\u003e\u003c/a\u003eTable of Contents\n\n\u003c!-- vscode-markdown-toc --\u003e\n* 1. [Table of Contents](#TableofContents)\n* 2. [Makefile](#Makefile)\n\t* 2.1. [Requirements](#Requirements)\n\t* 2.2. [Installation](#Installation)\n\t* 2.3. [Usage/Examples](#UsageExamples)\n* 3. [Taskfile](#Taskfile)\n\t* 3.1. [Requirements](#Requirements-1)\n\t* 3.2. [Installation](#Installation-1)\n\t* 3.3. [Usage/Examples](#UsageExamples-1)\n* 4. [License](#License)\n\n\u003c!-- vscode-markdown-toc-config\n\tnumbering=true\n\tautoSave=true\n\t/vscode-markdown-toc-config --\u003e\n\u003c!-- /vscode-markdown-toc --\u003e\n\n##  2. \u003ca name='Makefile'\u003e\u003c/a\u003eMakefile\n\n###  2.1. \u003ca name='Requirements'\u003e\u003c/a\u003eRequirements\n\n*This file was created to be used in a Linux environment, some commands should be adapted to your operating system.*\n\n\n* You must have `make` on your computer.\n\n* You can check if `make` is available with the command:\n\n```bash\nmake -v\n```\n\n###  2.2. \u003ca name='Installation'\u003e\u003c/a\u003eInstallation\n\nYou just need to add the file `Makefile` to the root of your Symfony project\n\n```bash\nwget https://raw.githubusercontent.com/yoanbernabeu/Symfony-And-Docker-Makefile-Taskfile/main/Makefile\n```\n\n###  2.3. \u003ca name='UsageExamples'\u003e\u003c/a\u003eUsage/Examples\n\nTo get help from the file, just run the command:\n\n```bash\nmake help\n```\n\nThen choose your \"target\" and have fun with it:\n\n```bash\nmake [target]\n```\n\n##  3. \u003ca name='Taskfile'\u003e\u003c/a\u003eTaskfile\n\n###  3.1. \u003ca name='Requirements-1'\u003e\u003c/a\u003eRequirements\n\n*This file was created to be used in a Linux environment, some commands should be adapted to your operating system.*\n\n* You must have `task` on your computer.\n\n* You can check if `task` is available with the command:\n\n```bash\ntask --version\n```\n\n###  3.2. \u003ca name='Installation-1'\u003e\u003c/a\u003eInstallation\n\nYou just need to add the file `Taskfile.yaml` to the root of your Symfony project\n\n```bash\nwget https://raw.githubusercontent.com/yoanbernabeu/Symfony-And-Docker-Makefile-Taskfile/main/Taskfile.yaml\n```\n\n###  3.3. \u003ca name='UsageExamples-1'\u003e\u003c/a\u003eUsage/Examples\n\nTo get help from the file, just run the command:\n\n```bash\ntask help\n```\n\nThen choose your \"target\" and have fun with it:\n\n```bash\ntask [target]\n```\n\n##  4. \u003ca name='License'\u003e\u003c/a\u003eLicense\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoanbernabeu%2Fsymfony-and-docker-makefile-taskfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoanbernabeu%2Fsymfony-and-docker-makefile-taskfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoanbernabeu%2Fsymfony-and-docker-makefile-taskfile/lists"}