{"id":21239865,"url":"https://github.com/horttcore/wordpress-theme-boilerplate","last_synced_at":"2025-07-10T19:32:42.685Z","repository":{"id":11299953,"uuid":"58379186","full_name":"Horttcore/WordPress-Theme-Boilerplate","owner":"Horttcore","description":"A WordPress Boilerplate Theme","archived":false,"fork":false,"pushed_at":"2022-10-02T22:33:09.000Z","size":4058,"stargazers_count":3,"open_issues_count":3,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-12T19:10:07.998Z","etag":null,"topics":["boilerplate","boilerplate-template","theme","wordpress"],"latest_commit_sha":null,"homepage":"https://horttcore.de","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/Horttcore.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-09T13:37:04.000Z","updated_at":"2021-12-11T21:28:22.000Z","dependencies_parsed_at":"2022-08-07T06:01:20.808Z","dependency_job_id":null,"html_url":"https://github.com/Horttcore/WordPress-Theme-Boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horttcore%2FWordPress-Theme-Boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horttcore%2FWordPress-Theme-Boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horttcore%2FWordPress-Theme-Boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Horttcore%2FWordPress-Theme-Boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Horttcore","download_url":"https://codeload.github.com/Horttcore/WordPress-Theme-Boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225653803,"owners_count":17502940,"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":["boilerplate","boilerplate-template","theme","wordpress"],"created_at":"2024-11-21T00:46:04.256Z","updated_at":"2025-07-10T19:32:42.679Z","avatar_url":"https://github.com/Horttcore.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aurora Theme\n\n[![Build Status](https://github.com/ralfhortt/wordpress-theme-boilerplate/actions/workflows/php.yml/badge.svg)](https://github.com/ralfhortt/wordpress-theme-boilerplate/actions/workflows/php.yml)\n[![Lint Status](https://github.com/ralfhortt/wordpress-theme-boilerplate/actions/workflows/lint.yml/badge.svg)](https://github.com/ralfhortt/wordpress-theme-boilerplate/actions/workflows/lint.yml)\n\n## Documentation\n\nEvery folder contains a `README.md` with further instructions\n\n## Installation\n\n`$ composer create-project ralfhortt/wordpress-theme-boilerplate`\nCheck `INSTALLATION.md` for detailed installation steps\n\n## Development\n\n### Commands\n\n-   `npm run make:block` – Interactive prompt to create a new block in `src/theme/blocks/\u003cblock-name\u003e`. Generates `block.json`, `edit.tsx`, `index.tsx`, and `save.tsx` from stubs.\n-   `npm run make:style` – Interactive prompt to create a new block style JSON in `src/theme/blocks/\u003cblock-name\u003e`.\n-   `npm run make:block-config` – Interactive prompt to create a new block configuration JSON in `src/theme/blocks/\u003cblock-name\u003e`.\n-   `npm run build:theme` – Builds the `theme.json` file from `src/theme/` and copies block style JSON files to the `styles` folder.\n\n### Hot Module Reloading\n\nFor a fast development workflow, hot module reloading (HMR) is enabled via `wp-scripts`:\n\n-   Run `npm run start`\n    This starts the development server with HMR for JS, TS, and SCSS files. Changes are automatically reflected in the browser without a full reload.\n\n### Linters\n\n-   **PHP:**\n    -   Lint: `npm run lint:php` (runs PHPStan)\n    -   Format: `npm run lint:php:fix` (runs Pint)\n-   **JavaScript/TypeScript:**\n    -   Lint: `npm run lint:js` (if configured)\n    -   Format: `npm run lint:js:fix` (if configured)\n-   **CSS/SCSS:**\n    -   Lint: `npm run lint:css`\n    -   Format: `npm run lint:css:fix`\n\nYou can also run all linters with `npm run lint` (if configured).\n\n### Fixers\n\n-   **PHP:**\n    -   Format code using [Laravel Pint](https://laravel.com/docs/10.x/pint):\n        `composer run format`\n-   **CSS/SCSS:**\n    -   Auto-fix with Stylelint:\n        `npm run lint:css:fix`\n-   **JavaScript/TypeScript:**\n    -   Auto-fix with ESLint (if configured):\n        `npm run lint:js:fix`\n\n### Code Formatting\n\nUse [Laravel Pint](https://laravel.com/docs/10.x/pint) to automatically format PHP code:\n\n```sh\ncomposer run format\n```\n\nYou can customize Pint's rules by adding a `pint.json` or `pint.json5` configuration file to your project root.\n\n### Code Upgrades\n\nRun Rector to automatically upgrade and refactor PHP code:\n\n```sh\ncomposer run rector\n```\n\nSee [Rector documentation](https://getrector.com/docs/) for configuration and usage details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorttcore%2Fwordpress-theme-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorttcore%2Fwordpress-theme-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorttcore%2Fwordpress-theme-boilerplate/lists"}