{"id":15292303,"url":"https://github.com/joanrodas/plubo","last_synced_at":"2026-02-20T18:09:16.925Z","repository":{"id":37803165,"uuid":"476404731","full_name":"joanrodas/plubo","owner":"joanrodas","description":"Simple WordPress plugin boilerplate","archived":false,"fork":false,"pushed_at":"2026-02-17T17:50:06.000Z","size":6379,"stargazers_count":20,"open_issues_count":16,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-17T22:40:44.524Z","etag":null,"topics":["boilerplate","plugin","wordpress","wordpress-boilerplate","wordpress-development","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://plubo.dev","language":"JavaScript","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/joanrodas.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":"SECURITY.md","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}},"created_at":"2022-03-31T17:12:44.000Z","updated_at":"2026-02-17T17:49:10.000Z","dependencies_parsed_at":"2023-10-12T08:47:34.019Z","dependency_job_id":"34adcb73-6eb3-4938-95d5-2f0b7d583497","html_url":"https://github.com/joanrodas/plubo","commit_stats":{"total_commits":145,"total_committers":6,"mean_commits":"24.166666666666668","dds":"0.35862068965517246","last_synced_commit":"e211c9a21e4efc3ec57a2c7aaff7d1fede74632c"},"previous_names":[],"tags_count":20,"template":true,"template_full_name":null,"purl":"pkg:github/joanrodas/plubo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joanrodas%2Fplubo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joanrodas%2Fplubo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joanrodas%2Fplubo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joanrodas%2Fplubo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joanrodas","download_url":"https://codeload.github.com/joanrodas/plubo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joanrodas%2Fplubo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29659761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["boilerplate","plugin","wordpress","wordpress-boilerplate","wordpress-development","wordpress-plugin"],"created_at":"2024-09-30T16:17:18.169Z","updated_at":"2026-02-20T18:09:16.907Z","avatar_url":"https://github.com/joanrodas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src='https://github.com/joanrodas/plubo-docs/blob/main/src/.vuepress/public/images/plubo-banner.png?raw=true' alt='Plubo' /\u003e\n\u003c/p\u003e\n\n[![GitHub stars](https://img.shields.io/github/stars/joanrodas/plubo?style=for-the-badge)](https://github.com/joanrodas/plubo/stargazers)\n\n\nPlubo is a really simple WordPress plugin boilerplate created to speed up plugin development.\n\n\n✔️  Use Blade views and directives from the start\\\n✔️  Add styles in SCSS\\\n✔️  JavaScript router lets you add scripts on specific WordPress templates (based on body tags) and on specific shortcode tags\n\n\n\u003cbr/\u003e\n\n## Getting started\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/joanrodas/plubo/On%20Template?label=build\u0026style=for-the-badge)\n![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/joanrodas/plubo?style=for-the-badge)\n[![GitHub issues](https://img.shields.io/github/issues/joanrodas/plubo?style=for-the-badge)](https://github.com/joanrodas/plubo/issues)\n\n[Read the Docs](https://www.plubo.dev/docs/)\n\nThere are 2 options to start using Plubo:\n\n### 1. As a GitHub template\n\nIf you intend to use GitHub for your project, your best option is to create a new repo using this one as a template, just clicking the ***Use this template*** button.\n\nWhen the new repo is ready, you can just clone it, run ``composer install`` and start programming.\n\n\u003e When using Plubo as a template, a pipeline will be executed right after the repo creation, modifiyng the filenames and classes to match your new project name.\u003cbr\u003e\u003cbr\u003e The pipeline files will be autoremoved.\n\n### 2. With composer\n\n```bash\ncomposer create-project joanrodas/plubo \u003cPROJECT_NAME\u003e\n```\n\n\u003e After creating the project, use the plubo-cli to create new classes, libraries and utilities to your project.\n\n\u003cbr/\u003e\n\n## Add new classes with plubo-cli\n\nInstall the CLI: https://github.com/joanrodas/plubo-cli/\n\n```bash\nplubo-cli add cpt\nplubo-cli add fields\nplubo-cli add routes\nplubo-cli add admin-menus\nplubo-cli add ajax\nplubo-cli add endpoints\nplubo-cli add post-actions\nplubo-cli add roles\nplubo-cli add shortcodes\nplubo-cli add taxonomies\n```\n\n\u003cbr/\u003e\n\n## Contributions\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=for-the-badge)](https://github.com/joanrodas/plubo/issues)\n[![GitHub license](https://img.shields.io/github/license/joanrodas/plubo?style=for-the-badge)](https://github.com/joanrodas/plubo/blob/main/LICENSE)\n\n\nFeel free to contribute to the project, suggesting improvements, reporting bugs and coding.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoanrodas%2Fplubo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoanrodas%2Fplubo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoanrodas%2Fplubo/lists"}