{"id":15528837,"url":"https://github.com/ernilambar/devtools","last_synced_at":"2025-07-13T02:11:24.181Z","repository":{"id":44703459,"uuid":"65363026","full_name":"ernilambar/devtools","owner":"ernilambar","description":"Helper tools which are commonly used in WordPress development.","archived":false,"fork":false,"pushed_at":"2024-02-25T15:59:28.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T00:48:34.886Z","etag":null,"topics":["wordpress","wp-cli","wp-cli-package"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ernilambar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-08-10T08:05:38.000Z","updated_at":"2023-12-28T17:07:16.000Z","dependencies_parsed_at":"2024-01-14T06:02:46.380Z","dependency_job_id":"22893480-257a-4c4b-8cf6-4b0d5d0e96f4","html_url":"https://github.com/ernilambar/devtools","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ernilambar/devtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernilambar%2Fdevtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernilambar%2Fdevtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernilambar%2Fdevtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernilambar%2Fdevtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ernilambar","download_url":"https://codeload.github.com/ernilambar/devtools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernilambar%2Fdevtools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265080256,"owners_count":23708121,"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":["wordpress","wp-cli","wp-cli-package"],"created_at":"2024-10-02T11:15:14.839Z","updated_at":"2025-07-13T02:11:24.150Z","avatar_url":"https://github.com/ernilambar.png","language":"PHP","readme":"ernilambar/devtools\n===================\n\nHelper tools which are commonly used in WordPress development.\n\n\n\nQuick links: [Using](#using) | [Installing](#installing)\n\n## Using\n\nThis package implements the following commands:\n\n- [wp dt home](#wp-dt-home)\n- [wp dt open](#wp-dt-open)\n- [wp dt social](#wp-dt-social)\n\n\n### wp dt home\n\nHomepage settings.\n\n~~~\nwp dt home \u003cmode\u003e\n~~~\n\n**OPTIONS**\n\n\t\u003cmode\u003e\n\t\tHomepage mode.\n\t\t---\n\t\toptions:\n\t\t  - page\n\t\t  - post\n\t\t---\n\n**EXAMPLES**\n\n    # Set homepage display to latest posts.\n    $ wp dt home post\n    Success: Homepage displays set to Latest Posts.\n\n    # Set homepage display to static page.\n    $ wp dt home page\n    Success: Homepage displays set to Static Page.\n\n\n\n### wp dt open\n\nOpen site URLs.\n\n~~~\nwp dt open \u003cmode\u003e\n~~~\n\n**OPTIONS**\n\n\t\u003cmode\u003e\n\t\tMode.\n\t\t---\n\t\toptions:\n\t\t  - admin\n\t\t  - front\n\t\t  - customizer\n\t\t  - editor\n\t\t---\n\n**EXAMPLES**\n\n    # Open admin.\n    $ wp dt open admin\n\n    # Open frontend.\n    $ wp dt open front\n\n\n\n### wp dt social\n\nCreate a new social menu.\n\n~~~\nwp dt social \u003cmenu-name\u003e [--count=\u003cnumber\u003e] [--porcelain]\n~~~\n\n**OPTIONS**\n\n\t\u003cmenu-name\u003e\n\t\tA descriptive name for the menu.\n\n\t[--count=\u003cnumber\u003e]\n\t\tHow many social icons?\n\t\t---\n\t\tdefault: 5\n\t\t---\n\n\t[--porcelain]\n\t\tOutput just the new menu id.\n\n**EXAMPLES**\n\n    # Create social menu.\n    $ wp dt social \"My Social Menu\"\n    Success: Created menu 202.\n\n## Installing\n\nInstalling this package requires WP-CLI v2.0 or greater. Update to the latest stable release with `wp cli update`.\n\nOnce you've done so, you can install the latest stable version of this package with:\n\n```bash\nwp package install ernilambar/devtools:@stable\n```\n\nTo install the latest development version of this package, use the following command instead:\n\n```bash\nwp package install ernilambar/devtools:dev-master\n```\n\n\n*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernilambar%2Fdevtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fernilambar%2Fdevtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernilambar%2Fdevtools/lists"}