{"id":20098296,"url":"https://github.com/zemd/gulp-tasks-load","last_synced_at":"2025-03-02T16:29:36.098Z","repository":{"id":57259194,"uuid":"77088159","full_name":"zemd/gulp-tasks-load","owner":"zemd","description":"⚓ Load your tasks from directory.","archived":false,"fork":false,"pushed_at":"2019-07-05T17:36:39.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T11:54:25.575Z","etag":null,"topics":["gulp","gulp-plugin","gulp-tasks-loader","loader"],"latest_commit_sha":null,"homepage":"","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/zemd.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":"2016-12-21T21:41:40.000Z","updated_at":"2019-07-05T17:36:39.000Z","dependencies_parsed_at":"2022-08-25T02:00:19.135Z","dependency_job_id":null,"html_url":"https://github.com/zemd/gulp-tasks-load","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/zemd%2Fgulp-tasks-load","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemd%2Fgulp-tasks-load/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemd%2Fgulp-tasks-load/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemd%2Fgulp-tasks-load/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zemd","download_url":"https://codeload.github.com/zemd/gulp-tasks-load/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241536615,"owners_count":19978373,"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":["gulp","gulp-plugin","gulp-tasks-loader","loader"],"created_at":"2024-11-13T17:02:40.910Z","updated_at":"2025-03-02T16:29:36.075Z","avatar_url":"https://github.com/zemd.png","language":"JavaScript","funding_links":["https://www.patreon.com/red_rabbit"],"categories":[],"sub_categories":[],"readme":"# Yet another gulp tasks loader\n\n\u003e Load your tasks from directory.\n\n[![npm version](https://badge.fury.io/js/gulp-tasks-load.svg)](https://www.npmjs.com/package/gulp-tasks-load)\n[![Code Climate](https://codeclimate.com/github/zemd/gulp-tasks-load/badges/gpa.svg)](https://codeclimate.com/github/zemd/gulp-tasks-load)\n[![dependencies:?](https://img.shields.io/david/zemd/gulp-tasks-load.svg)](https://david-dm.org/zemd/gulp-tasks-load)\n[![devDependencies:?](https://img.shields.io/david/dev/zemd/gulp-tasks-load.svg?style=flat)](https://david-dm.org/zemd/gulp-tasks-load)\n\n## Installation\n\n```bash\nnpm install gulp-tasks-load --save\n```\n\nor \n\n```bash\nyarn add gulp-tasks-load\n```\n\n## Usage\n\nTo configure gulp tasks simply import the package and pass glob as it's first parameter. Paths like \"gulp/folder/task.js\"\nwill be converted into tasks like `folder:task`.\n\n```javascript\nconst path = require(\"path\");\nrequire(\"gulp-tasks-load\")(path.join(__dirname, \"gulp\", \"**/*.js\"));\n```\n\nThen `gulp --tasks` will show you something like:\n\n```\nUsing gulpfile path/to/your/gulpfile.js\nTasks for path/to/your/gulpfile.js\n├── sub:sub1\n├── task1\n└── task2\n```\n\n## Configuration\n\nYou must pass `base` option with second parameter if your tasks folder is not called as `gulp`.\n```javascript\nrequire(\"gulp-tasks-load\")(\"tasks/**/*.js\", {base: \"tasks\"});\n```\n\nYou can also pass options object to `node-glob` function by setting third parameter.\n```javascript\nrequire(\"gulp-tasks-load\")(\"tasks/**/*.js\", {base: \"tasks\"}, {debug: true});\n```\nSee more options in [glob](https://github.com/isaacs/node-glob#options) package.\n\n\n## License\n\ngulp-tasks-load is released under the MIT license.\n\n## Donate\n\n[![](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://www.patreon.com/red_rabbit)\n[![](https://img.shields.io/badge/flattr-donate-yellow.svg)](https://flattr.com/profile/red_rabbit)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemd%2Fgulp-tasks-load","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzemd%2Fgulp-tasks-load","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemd%2Fgulp-tasks-load/lists"}