{"id":18421245,"url":"https://github.com/thompsonemerson/wordparcel","last_synced_at":"2026-02-26T11:31:28.558Z","repository":{"id":38249738,"uuid":"270416097","full_name":"thompsonemerson/wordparcel","owner":"thompsonemerson","description":"A simple workflow to development of WordPress with ParcelJS","archived":false,"fork":false,"pushed_at":"2023-01-07T15:05:34.000Z","size":177,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T05:05:15.142Z","etag":null,"topics":["boilerplate","bundler","development","parcel","parcel-bundler","parceljs","wordparcel","wordpress","wordpress-development","wordpress-starter-theme","workflow","wp"],"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/thompsonemerson.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}},"created_at":"2020-06-07T19:55:00.000Z","updated_at":"2024-11-19T19:18:02.000Z","dependencies_parsed_at":"2023-02-07T12:01:25.754Z","dependency_job_id":null,"html_url":"https://github.com/thompsonemerson/wordparcel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thompsonemerson/wordparcel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonemerson%2Fwordparcel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonemerson%2Fwordparcel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonemerson%2Fwordparcel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonemerson%2Fwordparcel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thompsonemerson","download_url":"https://codeload.github.com/thompsonemerson/wordparcel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompsonemerson%2Fwordparcel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29857480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: 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","bundler","development","parcel","parcel-bundler","parceljs","wordparcel","wordpress","wordpress-development","wordpress-starter-theme","workflow","wp"],"created_at":"2024-11-06T04:24:54.724Z","updated_at":"2026-02-26T11:31:28.531Z","avatar_url":"https://github.com/thompsonemerson.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.imgur.com/WK3jvq0.png\"\u003e\n\u003c/p\u003e\n\n## Getting started\nStart to clone the project for your machine in the directory that will work.\n\n```bash\n# clone it:\n$ git clone https://github.com/thompsonemerson/wordparcel.git\n\n# open the project folder:\n$ cd wordparcel\n```\n\n### Configuring WordPress\nThe command below will download and install the latest version of WordPress that will be launched at the url `http://localhost:1234`.\n\n```bash\n# use npm:\n$ npm run wp:install\n\n# or yarn:\n$ yarn wp:install\n```\n\u003e In this step, note that you will need to fill in the database information. normal WordPress installation process.\n\n\n### Install dependencies\nInstall the necessary dependencies and start the development.\n\n```bash\n# use npm:\n$ npm i\n\n# or yarn:\n$ yarn\n```\n\u003e Ready!!! 🎉 \u003cbr\u003e there should now be a directory called `wordparcel` that was automatically taken to the WordPress themes area (`wordpress/wp-content/themes`).\n\n### Run project\nBoth commands will execute at the url `http://localhost:1234`.\n\n#### Serve and watch\n\n```bash\n# use npm:\n$ npm run dev\n\n# or yarn:\n$ yarn dev\n```\n\n#### Only serve\n```bash\n# use npm:\n$ npm start\n\n# or yarn:\n$ yarn start\n```\n\n## Structure\n```\n├── scripts.sh\n├── package.json\n├── README.md\n├── wordpress [created after wp:install]\n├── plugins [to version WordPress plugins]\n└── src\n    ├── js\n    │   ├── scripts.js [required]\n    │   └── *.js\n    │\n    ├── images\n    │   └── {.jpg, .png, .svg, .gif, .ico}\n    │\n    ├── scss\n    │   ├── styles.scss [required]\n    │   └── *.scss\n    │\n    ├── footer.php\n    ├── functions.php\n    ├── header.php\n    ├── index.php\n    └── style.css\n```\n\u003e Note that in the structure only the `scripts.js` and `styles.scss` files are required for the bundler, and the wordpress folder is created automatically after the `wp:install` command.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthompsonemerson%2Fwordparcel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthompsonemerson%2Fwordparcel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthompsonemerson%2Fwordparcel/lists"}