# gulp-hub **Repository Path**: mirrors_stevemao/gulp-hub ## Basic Information - **Project Name**: gulp-hub - **Description**: Gulp plugin to run tasks in multiple gulpfiles - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gulp-hub > [Gulp](http://gulpjs.com/) extension to run tasks from multiple gulpfiles. [![build status](https://secure.travis-ci.org/frankwallis/gulp-hub.png?branch=master)](http://travis-ci.org/frankwallis/gulp-hub?branch=master) Usage: 1. Install gulp-hub: ```sh $ npm install gulp gulp-hub ``` 2. Create a gulpfile.js which looks like this: ```js var hub = require('gulp-hub'); hub(['./project1/gulpfile.js', './project1/gulpfile.js']); ``` 3. Run `gulp [taskname]` Gulp-hub will execute that task in all of the gulpfiles.