{"id":23980849,"url":"https://github.com/fourkitchens/project-gulp","last_synced_at":"2025-09-18T13:51:06.095Z","repository":{"id":138002907,"uuid":"78487893","full_name":"fourkitchens/project-gulp","owner":"fourkitchens","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-26T18:00:19.000Z","size":36,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-03-27T18:22:23.084Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fourkitchens.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":"2017-01-10T02:02:46.000Z","updated_at":"2020-05-15T16:14:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"03e0748c-709d-4436-8919-8215443e0b10","html_url":"https://github.com/fourkitchens/project-gulp","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/fourkitchens%2Fproject-gulp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourkitchens%2Fproject-gulp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourkitchens%2Fproject-gulp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourkitchens%2Fproject-gulp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fourkitchens","download_url":"https://codeload.github.com/fourkitchens/project-gulp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248822872,"owners_count":21167129,"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":"2025-01-07T10:18:59.022Z","updated_at":"2025-09-18T13:51:01.062Z","avatar_url":"https://github.com/fourkitchens.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# project-gulp\n\nContains Gulp tasks useful for Four Kitchens projects.\n\nTo include in your project:\n\n```\nnpm install fourkitchens/project-gulp --save-dev\n```\n\nThen in a `gulpfile.js` file in your project root:\n\n```\n(function () {\n  'use strict';\n  let gulp = require('gulp-help')(require('gulp'));\n  require('project-gulp')(gulp, []);\n})();\n```\n\nIf the second argument in `require('project-gulp')(gulp, [])` remains an empty array, all project-gulp tasks will be loaded. If you want to limit the tasks that get loaded, include only the task names that you want loaded in that array:\n\n```\nrequire('project-gulp')(gulp, ['phpcs', 'eslint']);\n```\n\n## Available tasks\n\n**phpcs**\n\nOptions:\n\nRuns phpcs tests on your codebase.\n\n`--path` or `-p`: The path in which to check coding standards\n\n`--exit` or `-e`: Exit with an error code if phpcs finds errors in a file\n\n`--install` or `-i`: Installs phpcs and other dependencies using Composer prior to testing\n\nSyntax:\n```\ngulp phpcs\ngulp phpcs --path path/to/file\ngulp phpcs --exit\ngulp phpcs --install\n```\n\nTo ignore paths, add them to a `.phpcsignore` file in your project root.\n\nTo override/extend the default ruleset, add a `ruleset.xml` file to your project root.\n\n**eslint**\n\nRuns eslint tests on your codebase.\n\nOptions:\n\n`--path` or `-p`: The path in which to check coding standards\n\nSyntax:\n```\ngulp eslint\ngulp eslint -path path/to/file\n```\n\nTo ignore paths, add them to a `.eslintignore` file in your project root.\n\nTo override/extend the default configuration, add a `.eslintrc` file to your project root.\n\n**run**\n\nExecutes project run tasks defined in `project.yml` file in your project root.\n\nSee `example.project.yml`.\n\nOptions:\n\n`--task` or `-t`: The name of the project task to run\n\n`--yes` or `-y`: Automatically confirm all prompts\n\n`--help` or `-h`: Print available run tasks\n\nSyntax:\n```\ngulp run --task taskname\ngulp run --yes --task taskname\ngulp run --help\n```\n\n**drush-aliases**\n\nAttempts to symlink any drush alias files in a `drush` directory in your project root to a `.drush` directory in your home folder.\n\nSyntax:\n```\ngulp drush-aliases\n```\n\n## Helper tasks\n\n**lint**\n\nRuns all available linting tasks (e.g. phpcs and eslint) enabled for your project.\n\nSyntax:\n```\ngulp lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffourkitchens%2Fproject-gulp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffourkitchens%2Fproject-gulp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffourkitchens%2Fproject-gulp/lists"}