{"id":19140273,"url":"https://github.com/drevops/dx-commands","last_synced_at":"2026-03-04T14:31:32.220Z","repository":{"id":87261880,"uuid":"191597828","full_name":"drevops/dx-commands","owner":"drevops","description":"📝 Cross-language commands for unified developer experience","archived":false,"fork":false,"pushed_at":"2025-09-09T09:16:35.000Z","size":57,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-03T05:37:38.761Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.dxcommands.dev/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drevops.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-12T15:28:55.000Z","updated_at":"2025-09-09T09:16:40.000Z","dependencies_parsed_at":"2024-01-12T02:38:08.677Z","dependency_job_id":"9e769f0a-adf6-4767-b784-215f8b58dc0b","html_url":"https://github.com/drevops/dx-commands","commit_stats":null,"previous_names":["drevops/dxcommands"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/drevops/dx-commands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drevops%2Fdx-commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drevops%2Fdx-commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drevops%2Fdx-commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drevops%2Fdx-commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drevops","download_url":"https://codeload.github.com/drevops/dx-commands/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drevops%2Fdx-commands/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30083742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-09T07:16:59.760Z","updated_at":"2026-03-04T14:31:32.173Z","avatar_url":"https://github.com/drevops.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# DX Commands [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?button_hashtag=DX+Commands\u0026text=Cross-language+commands+for+unified+developer+experience\u0026url=https://dxcommands.dev/\u0026via=drev_ops\u0026hashtags=developerexperience,programming)\n\nCross-language commands for unified developer experience.\n\nThe DX Commands initiative aims to standardize development commands across various\nprogramming languages and framework, ensuring uniform commands for everyday\ntasks.\n\nIt establishes a \"contract\" for developers, ensuring that commands like `build`,\n`reset`, and `info` consistently perform the same functions in every project.\n\n## Commands\n\n| Command     | Short description                                                    |\n|-------------|----------------------------------------------------------------------|\n| `build`     | Build or rebuild the project                                         |\n| `assemble`  | Assemble a codebase using project code and all required dependencies | \n| `provision` | Provision application within assembled codebase                      |\n| `info`      | Display project information                                          |\n| `lint`      | Check coding standards for violations                                |\n| `lint-fix`  | Fix violations in coding standards                                   |\n| `test`      | Run tests                                                            |\n| `reset`     | Reset project to the default state                                   |\n| `start`     | Start development environment                                        | \n| `stop`      | Stop development environment                                         |\n| `logs`      | Show logs                                                            |\n| `doctor`    | Identify issues and offer resolutions for a stack                    |\n| `update`    | Update project files and tooling                                     |\n\n## Command wrapper\n\nThe commands are usually implemented as a command wrapper using a shell script,\npackage configuration (e.g., `package.json` or `composer.json`), or a task\nrunner\n[Makefile](https://www.gnu.org/software/make/), [Ahoy](https://ahoy-cli.readthedocs.io/en/latest/),\nor [Task](https://github.com/go-task/task).\n\n## Example\n\nThe example implementation of the commands is available in the \n[.ahoy.yml](https://github.com/drevops/dx/blob/master/.ahoy.yml) file.\n\nCheck it out locally and run `ahoy build` to see how it works (you need to have\n[Ahoy](https://ahoy-cli.readthedocs.io/en/latest/) installed):\n\n```bash\n$ ahoy build\n[INFO] Building project\nWould run pre-flight checks.\n\u003e\u003e All containers and build files will be removed. Proceed? [y/N] y\nWould remove containers and all build files.\nWould build and start Docker containers.\nWould assemble project and all dependencies.\nWould run provision operations.\nWould find problems with current project setup.\nWould print project information\n[INFO] Build complete\n```\n\n## Existing implementations\n\n- [DrevOps Scaffold](https://github.com/drevops/scaffold) implements these\n  commands for Drupal consumer site development\n- [Drupal extension scaffold](https://github.com/AlexSkrypnyk/drupal_extension_scaffold) implements these commands for Drupal\n  extensions development\n- [Scaffold](https://github.com/AlexSkrypnyk/scaffold) implements these commands for Shell, PHP, and Node.js projects.\n\n## Similar and partial implementations\n\n- [GovCMS (PHP, Drupal)](https://github.com/govCMS/GovCMS/blob/3.x-develop/.ahoy.yml)\n- [SDP (PHP, Drupal)](https://github.com/dpc-sdp/dev-tools/blob/master/.ahoy.yml)\n\n## Feedback and contribution\n\nPlease feel free to provide feedback or propose to add more commands to\nthe proposed list by [opening a new issue](https://github.com/drevops/dx/issues/new).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrevops%2Fdx-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrevops%2Fdx-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrevops%2Fdx-commands/lists"}