{"id":15480784,"url":"https://github.com/pyronaur/wp-theme-gulper","last_synced_at":"2025-08-31T14:36:09.278Z","repository":{"id":144768796,"uuid":"113505311","full_name":"pyronaur/wp-theme-gulper","owner":"pyronaur","description":"A Gulp.js workflow to build and package WordPress themes","archived":false,"fork":false,"pushed_at":"2018-01-28T18:25:02.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T00:20:06.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/pyronaur.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-07T22:33:32.000Z","updated_at":"2023-01-08T16:37:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"1238dbf2-769d-4e0a-9b70-100054688d2b","html_url":"https://github.com/pyronaur/wp-theme-gulper","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/pyronaur%2Fwp-theme-gulper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronaur%2Fwp-theme-gulper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronaur%2Fwp-theme-gulper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyronaur%2Fwp-theme-gulper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyronaur","download_url":"https://codeload.github.com/pyronaur/wp-theme-gulper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987108,"owners_count":21028891,"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":[],"created_at":"2024-10-02T05:00:26.537Z","updated_at":"2025-04-09T05:44:04.394Z","avatar_url":"https://github.com/pyronaur.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Theme Packer\nGuide coming soon, until then - a TL;DR Summary:\n\n**Step 1:**\nPaste this in your project somewhere. I'm used to `/assets/gulp`\n\n**Step 2:**\nCreate a file called `gulpfile.babel.js` with contents:\n```js\nimport './assets/gulp/autoinit'\n```\n\n**Step 3:**\nCreate file called `./babelrc`\n```json\n{\n  \"presets\": [ \"env\" ]\n}\n```\n\n**Step 4:**\nRun \n```\nnpm i --save babel-preset-env babelify browser-sync browserify defaults-deep gulp-autoprefixer gulp-buffer gulp-clean-css gulp-error-handle gulp-replace gulp-sort gulp-sourcemaps gulp-strip-debug gulp-stylus gulp-tap gulp-uglify gulp-wp-pot gulp-zip node-notifier run-sequence yamljs gulp-prompt run-sequence gulp-rename gulp-replace gulp-prompt gulp-sort \n```\n\n**Step 5:**\nCreate configuration file `theme.yml`\n```yaml\n# Theme info:\nname: Theme Name\nslug: theme-name\nemail: your@email.com\nauthor: Your Name # for pot files\n\n# Tell BrowserSync where you're site is at:\ndevelopment_url: http://theme.wp\n\n# Build Process\nexclude_files:\n  - theme.yml\n  - gulpfile.babel.js\n  - assets/gulp\n  - assets/style\n  - assets/gulp/**\n  - assets/style/**\n  - assets/scripts\n  - assets/scripts/**\n  - README.md\n  - push.js\n  - package.json\n  - package-lock.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyronaur%2Fwp-theme-gulper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyronaur%2Fwp-theme-gulper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyronaur%2Fwp-theme-gulper/lists"}