{"id":18927506,"url":"https://github.com/jakemmarsh/gulp-git-status","last_synced_at":"2026-03-15T14:30:15.590Z","repository":{"id":57257653,"uuid":"43267273","full_name":"jakemmarsh/gulp-git-status","owner":"jakemmarsh","description":"A Gulp plugin for selectively including source files based on their Git status.","archived":false,"fork":false,"pushed_at":"2015-09-28T18:51:57.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T04:46:08.867Z","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/jakemmarsh.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}},"created_at":"2015-09-27T22:10:32.000Z","updated_at":"2017-06-28T18:04:12.000Z","dependencies_parsed_at":"2022-08-25T21:22:41.715Z","dependency_job_id":null,"html_url":"https://github.com/jakemmarsh/gulp-git-status","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/jakemmarsh%2Fgulp-git-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakemmarsh%2Fgulp-git-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakemmarsh%2Fgulp-git-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakemmarsh%2Fgulp-git-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakemmarsh","download_url":"https://codeload.github.com/jakemmarsh/gulp-git-status/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239923261,"owners_count":19719112,"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-11-08T11:19:23.195Z","updated_at":"2026-03-15T14:30:15.524Z","avatar_url":"https://github.com/jakemmarsh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"gulp-git-status [![npm version](https://badge.fury.io/js/gulp-git-status.svg)](http://badge.fury.io/js/gulp-git-status)\n===============\n\nA Gulp plugin for selectively including source files based on their Git status.\n\n## Usage\n\nFirst, install `gulp-git-status` as a development dependency:\n\n```\nnpm install --save-dev gulp-git-status\n```\n\nThen, add it to your Gulp task:\n\n```javascript\nimport gulp          from 'gulp';\nimport gulpGitStatus from 'gulp-git-status';\n\ngulp.task('moveFiles', () =\u003e {\n  gulp.src('lib/*')\n    .pipe(gulpGitStatus({\n      excludeStatus: 'modified'\n    }))\n    .pipe(gulp.dest('./'));\n});\n```\n\n## API\n\n### gulpGitStatus(options)\n\n#### options.excludeStatus\n\n**Type:** `String`\n\n**Default:** \"modified\"\n\n**Possible values:** `[\"modified\", \"unchanged\", \"untracked\"]`\n\nThe Git file status to exclude from your piped files.\n\n## License\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakemmarsh%2Fgulp-git-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakemmarsh%2Fgulp-git-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakemmarsh%2Fgulp-git-status/lists"}