{"id":17766628,"url":"https://github.com/floatdrop/gulp-start","last_synced_at":"2025-05-12T20:57:06.986Z","repository":{"id":23700122,"uuid":"27072275","full_name":"floatdrop/gulp-start","owner":"floatdrop","description":"Start process based on filename","archived":false,"fork":false,"pushed_at":"2014-12-05T09:19:20.000Z","size":164,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-17T18:11:58.727Z","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/floatdrop.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":"2014-11-24T11:03:35.000Z","updated_at":"2017-02-13T13:01:21.000Z","dependencies_parsed_at":"2022-08-25T02:00:14.465Z","dependency_job_id":null,"html_url":"https://github.com/floatdrop/gulp-start","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fgulp-start","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fgulp-start/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fgulp-start/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fgulp-start/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floatdrop","download_url":"https://codeload.github.com/floatdrop/gulp-start/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253823352,"owners_count":21969844,"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-26T20:33:31.599Z","updated_at":"2025-05-12T20:57:06.963Z","avatar_url":"https://github.com/floatdrop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-start [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]\n\n\u003e Spawn process based on file path\n\nAlternative for [gulp-install](https://github.com/slushjs/gulp-install) plugin.\n\n## Usage\n\n```js\nvar gulp = require('gulp');\nvar install = require('gulp-start');\n\ngulp.task('default', function () {\n    return gulp.src(['package.json', 'bower.json'])\n        .pipe(install());\n});\n```\n\n## API\n\n### gulp-start([map])\n\nReturns stream that will run commands based on file path.\n\n#### map\n\nType: `array`  \n\nBy default contains install commands for `npm` and `bower`:\n\n```js\n[\n    { match: /package.json$/, cmd: 'npm install' },\n    { match: /bower.json$/, cmd: 'bower install' }\n]\n```\n\n## License\n\nMIT © [Vsevolod Strukchinsky](floatdrop@gmail.com)\n\n[npm-url]: https://npmjs.org/package/gulp-start\n[npm-image]: http://img.shields.io/npm/v/gulp-start.svg?style=flat\n\n[travis-url]: http://travis-ci.org/floatdrop/gulp-start\n[travis-image]: http://img.shields.io/travis/floatdrop/gulp-start.svg?branch=master\u0026style=flat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Fgulp-start","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloatdrop%2Fgulp-start","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Fgulp-start/lists"}