{"id":15150666,"url":"https://github.com/rafaeloliveiraz/wp-plugin-starter","last_synced_at":"2026-01-24T09:33:06.256Z","repository":{"id":245453130,"uuid":"818276035","full_name":"rafaeloliveiraz/WP-Plugin-Starter","owner":"rafaeloliveiraz","description":"WP Plugin Starter - Tool to quickly start the basic structure of a WordPress plugin with support for multiple languages ​​(Portuguese, English, Spanish).","archived":false,"fork":false,"pushed_at":"2024-06-21T17:10:36.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T12:38:45.593Z","etag":null,"topics":["plugin-development","template-plugin","wordpress-development","wordpress-plugin","wp-plugin-starter"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/rafaeloliveiraz.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":"2024-06-21T13:34:44.000Z","updated_at":"2024-11-17T17:26:56.000Z","dependencies_parsed_at":"2024-06-22T07:01:34.853Z","dependency_job_id":"3b1d6a2b-1002-440f-a409-7b07e40e69f8","html_url":"https://github.com/rafaeloliveiraz/WP-Plugin-Starter","commit_stats":null,"previous_names":["rafaeloliveiraz/wp-plugin-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaeloliveiraz%2FWP-Plugin-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaeloliveiraz%2FWP-Plugin-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaeloliveiraz%2FWP-Plugin-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaeloliveiraz%2FWP-Plugin-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaeloliveiraz","download_url":"https://codeload.github.com/rafaeloliveiraz/WP-Plugin-Starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239841730,"owners_count":19705979,"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":["plugin-development","template-plugin","wordpress-development","wordpress-plugin","wp-plugin-starter"],"created_at":"2024-09-26T14:23:48.825Z","updated_at":"2026-01-24T09:33:06.250Z","avatar_url":"https://github.com/rafaeloliveiraz.png","language":"Shell","readme":"# WP Plugin Starter\n\nWP Plugin Starter é uma ferramenta que facilita a criação de plugins para WordPress. Com scripts em três idiomas (inglês, português e espanhol), os desenvolvedores podem iniciar rapidamente a estrutura básica de um plugin.\n\n## 🇧🇷 Português\n\n### Descrição\n\nWP Plugin Starter cria a estrutura básica de um plugin WordPress com arquivos e diretórios necessários, incluindo funções de ativação, desativação, e uma página de administração com uma mensagem de boas-vindas.\n\n### Como Usar\n\n1. **Navegue até o diretório de plugins do WordPress no terminal:**\n\n```bash\ncd /caminho/para/seu/wordpress/wp-content/plugins\n```\n2. **Baixe e execute o script em português:**\n\n```bash\ncurl -s -o create-plugin-pt.sh https://raw.githubusercontent.com/rafaeloliveiraz/WP-Plugin-Starter/main/create-plugin-pt.sh \u0026\u0026 chmod +x create-plugin-pt.sh \u0026\u0026 ./create-plugin-pt.sh\n```\n3. **Siga as instruções interativas:**\n\n- Digite o nome do plugin (Ex: Meu Plugin).\n- Digite o nome do autor.\n- Digite o site do autor.\n- Digite a versão do plugin (Ex: 1.0).\n\n4. **Após a execução, o script será automaticamente excluído.**\n\n\n\n\n\n## 🇺🇸 English\n\n### Description\n\nWP Plugin Starter creates the basic structure of a WordPress plugin with the necessary files and directories, including activation, deactivation functions, and an admin page with a welcome message.\n\n### How to Use\n\n1. **Navigate to the WordPress plugins directory in the terminal:**\n\n```bash\ncd /path/to/your/wordpress/wp-content/plugins\n```\n2. **Download and run the script in English:**\n\n```bash\ncurl -s -o create-plugin-en.sh https://raw.githubusercontent.com/rafaeloliveiraz/WP-Plugin-Starter/main/create-plugin-en.sh \u0026\u0026 chmod +x create-plugin-en.sh \u0026\u0026 ./create-plugin-en.sh\n```\n3. **Follow the interactive instructions:**\n\n- Enter the plugin name (e.g., My Plugin).\n- Enter the author name.\n- Enter the author website.\n- Enter the plugin version (e.g., 1.0).\n\n4. After execution, the script will be automatically deleted.\n\n\n\n## 🇪🇸 Español\n\n### Descripción\n\nWP Plugin Starter crea la estructura básica de un plugin de WordPress con los archivos y directorios necesarios, incluidas las funciones de activación, desactivación y una página de administración con un mensaje de bienvenida.\n\n### Cómo Usar\n\n1. **Navegue al directorio de plugins de WordPress en el terminal:**\n\n```bash\ncd /ruta/a/tu/wordpress/wp-content/plugins\n```\n2. **Descargue y ejecute el script en español:**\n\n```bash\ncurl -s -o create-plugin-es.sh https://raw.githubusercontent.com/rafaeloliveiraz/WP-Plugin-Starter/main/create-plugin-es.sh \u0026\u0026 chmod +x create-plugin-es.sh \u0026\u0026 ./create-plugin-es.sh\n```\n3. **Siga las instrucciones interactivas:**\n\n- Ingrese el nombre del plugin (Ej: Mi Plugin).\n- Ingrese el nombre del autor.\n- Ingrese el sitio web del autor.\n- Ingrese la versión del plugin (Ej: 1.0).\n\n4. Después de la ejecución, el script se eliminará automáticamente.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaeloliveiraz%2Fwp-plugin-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaeloliveiraz%2Fwp-plugin-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaeloliveiraz%2Fwp-plugin-starter/lists"}