{"id":21802249,"url":"https://github.com/oswaldohuillca/wp-dev-kit-started","last_synced_at":"2025-04-13T18:41:46.172Z","repository":{"id":69893110,"uuid":"588792297","full_name":"oswaldohuillca/wp-dev-kit-started","owner":"oswaldohuillca","description":"Empieza a desarrollar tu tema WORDPRESS altamente customizada .","archived":false,"fork":false,"pushed_at":"2024-02-02T21:57:23.000Z","size":107,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T09:22:56.091Z","etag":null,"topics":["acf","hotreload","theme","vitejs","wordpress"],"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/oswaldohuillca.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}},"created_at":"2023-01-14T02:42:57.000Z","updated_at":"2023-10-10T14:09:05.000Z","dependencies_parsed_at":"2023-11-18T03:24:22.892Z","dependency_job_id":"2b412ca1-a2ca-45d2-bfbd-2f7742759abb","html_url":"https://github.com/oswaldohuillca/wp-dev-kit-started","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oswaldohuillca%2Fwp-dev-kit-started","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oswaldohuillca%2Fwp-dev-kit-started/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oswaldohuillca%2Fwp-dev-kit-started/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oswaldohuillca%2Fwp-dev-kit-started/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oswaldohuillca","download_url":"https://codeload.github.com/oswaldohuillca/wp-dev-kit-started/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248764376,"owners_count":21158074,"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":["acf","hotreload","theme","vitejs","wordpress"],"created_at":"2024-11-27T11:24:09.427Z","updated_at":"2025-04-13T18:41:46.140Z","avatar_url":"https://github.com/oswaldohuillca.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description:\n\nThis project is for those who are ***WORDPRESS Developers,*** practically to create \"Child Themes\" of any parent Theme.\n\n\n## Get Started\n\n- Clone this repository and asign the folder name\n\n```bash\ngit clone --depth 1 https://github.com/oswaldohuillca/wp-dev-kit-started.git your-theme-name\n```\nThis command will clone the project inside folder ***your-theme-name***\n\n- Install all NPM depencencies with npm, yarn, pnpm or bun.\n\n```bash\npnpm install\n```\n\n- Install all PHP dependencies with composer\n```bash\ncomposer install\n```\n\n- Copy ***.env.example*** to ***.env*** file.\n```bash\ncp .env.example .env\n```\n\n- Run Development mode.\n\n```bash\npnpm dev #or\nyarn dev #or\nbun dev #or\nnpm run dev\n```\n\n- Build the project\n\n```bash\npnpm build #or\nyarn build #or\nbun run build #or\npnpm run build\n```\n\n- Compress the project inside .zip file, keep in mind the files that you must include within the .zip.\n  You can check the file ***package.json***\n\n```json\n \"files\": [\n    \"core/**/*\",\n    \"dist/**/*\",\n    \"partials/**/*\",\n    \"templates/**/*\",\n    \"footer.php\",\n    \"functions.php\",\n    \"header.php\",\n    \"page.php\",\n    \"style.css\",\n    \"...otherFiles\"\n  ]\n```\n\n- To change the name of your compressed file ***archiver.js***. In this case the name of the zip will be  **generatepress_child.zip**\n\n```js\nconst ZIP_NAME = 'generatepress_child'\nconst __filename = fileURLToPath(import.meta.url)\nconst __dirname = path.dirname(__filename)\n\nconst output = fs.createWriteStream(`${__dirname}/${ZIP_NAME}.zip`)\nconst archive = archiver('zip', {\n  zlib: { level: 9 } // Sets the compression level.\n})\n```\n\n- Finally run **npm run zip** to generate your **WORDPRESS CHILD THEME**\n\n```bash\npnpm zip #or\nyarn zip #or\nbun zip #or\nnpm run zip #or\n```\n\n- Upload the zip file in your page with **WORDPRESS.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foswaldohuillca%2Fwp-dev-kit-started","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foswaldohuillca%2Fwp-dev-kit-started","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foswaldohuillca%2Fwp-dev-kit-started/lists"}