{"id":28232762,"url":"https://github.com/derroylo/webdev-tool","last_synced_at":"2026-05-15T08:02:34.150Z","repository":{"id":291863147,"uuid":"881970648","full_name":"Derroylo/webdev-tool","owner":"Derroylo","description":"A CLI tool for devcontainer development environments that are using PHP mainly as programming language","archived":false,"fork":false,"pushed_at":"2026-03-30T08:31:43.000Z","size":346,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"0.3","last_synced_at":"2026-03-30T10:26:27.056Z","etag":null,"topics":["cde","devcontainer","devcontainer-feature","php"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Derroylo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"ko_fi":"derroylo"}},"created_at":"2024-11-01T15:50:53.000Z","updated_at":"2026-02-13T14:28:10.000Z","dependencies_parsed_at":"2025-05-06T23:27:22.182Z","dependency_job_id":"a32efc68-2939-4ea4-90fd-4c2f8c3148c1","html_url":"https://github.com/Derroylo/webdev-tool","commit_stats":null,"previous_names":["derroylo/webdev-tool"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/Derroylo/webdev-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Derroylo%2Fwebdev-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Derroylo%2Fwebdev-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Derroylo%2Fwebdev-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Derroylo%2Fwebdev-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Derroylo","download_url":"https://codeload.github.com/Derroylo/webdev-tool/tar.gz/refs/heads/0.3","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Derroylo%2Fwebdev-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33058965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cde","devcontainer","devcontainer-feature","php"],"created_at":"2025-05-18T20:10:03.611Z","updated_at":"2026-05-15T08:02:34.144Z","avatar_url":"https://github.com/Derroylo.png","language":"C#","funding_links":["https://ko-fi.com/derroylo"],"categories":[],"sub_categories":[],"readme":"# CLI Tool for DevContainer\n\n## Purpose\nThis CLI Tool aims to make it easier to use devcontainer for web development.\n\n## Documentation\nThe documentation can be found under [WebDev Documentation](https://derroylo.github.io).\n\n## Installation via installer script\n```\nsudo bash \u003c(curl -s https://raw.githubusercontent.com/Derroylo/webdev-tool/main/install_webdev.sh)\n```\n\n## Manual installation in Linux or WSL2\n\nAdd the microsoft repository as the official ubuntu package manager doesn´t contain the dotnet runtime in version 9\n```\nwget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb\nsudo dpkg -i packages-microsoft-prod.deb\nrm packages-microsoft-prod.deb\nsudo apt update\n```\n\nInstall the dotnet runtime\n```\nsudo apt-get install -y dotnet-runtime-9.0\n```\n\nDownload the latest release of this tool\n```\ncurl -s https://api.github.com/repos/Derroylo/webdev-tool/releases/latest | grep \"browser_download_url.*zip\" | cut -d : -f 2,3 | tr -d \\\" | wget -qi -\n```\n\nUnzip the downloaded file, create a folder in your home directory and add a symlink to the bin folder\n```\nmkdir ~/webdev\nunzip webdev-tool.zip -d ~/webdev/\nrm webdev-tool.zip\nchmod +x $HOME/webdev/webdev.sh\nsudo ln -s $HOME/webdev/webdev.sh /usr/local/bin/webdev\n```\n\nOn some system configurations the folder /usr/local/bin doesn´t exists, so we need to create it to follow linux best practices.\n\n```\nsudo mkdir -p /usr/local/bin\nsudo chown root:root /usr/local/bin\nsudo chmod 755 /usr/local/bin\n```\n\nIf everything worked, then you should be able to use the `webdev` command in the terminal.\n\n## Issues, Feature requests etc.\nCreate an issue if you encounter problems with this tool or have suggestions on what to add next.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderroylo%2Fwebdev-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderroylo%2Fwebdev-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderroylo%2Fwebdev-tool/lists"}