{"id":20485427,"url":"https://github.com/modularorg/modularbp-gulp","last_synced_at":"2025-10-16T05:10:28.283Z","repository":{"id":57127852,"uuid":"119626487","full_name":"modularorg/modularbp-gulp","owner":"modularorg","description":"gulp modules for modularBP.","archived":false,"fork":false,"pushed_at":"2020-05-01T18:17:47.000Z","size":56,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T13:33:28.898Z","etag":null,"topics":[],"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/modularorg.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":"2018-01-31T02:59:20.000Z","updated_at":"2021-07-12T15:38:37.000Z","dependencies_parsed_at":"2022-08-31T18:30:30.630Z","dependency_job_id":null,"html_url":"https://github.com/modularorg/modularbp-gulp","commit_stats":null,"previous_names":["modularbp/modular-gulp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/modularorg/modularbp-gulp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modularorg%2Fmodularbp-gulp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modularorg%2Fmodularbp-gulp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modularorg%2Fmodularbp-gulp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modularorg%2Fmodularbp-gulp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modularorg","download_url":"https://codeload.github.com/modularorg/modularbp-gulp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modularorg%2Fmodularbp-gulp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269477519,"owners_count":24423682,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-15T16:30:18.754Z","updated_at":"2025-10-16T05:10:23.233Z","avatar_url":"https://github.com/modularorg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/modularorg/modularbp-gulp\"\u003e\n        \u003cimg src=\"https://user-images.githubusercontent.com/4596862/37635200-aa3271b2-2bd0-11e8-8a65-9cafa0addd67.png\" height=\"140\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003emodularBP gulp\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/gulpjs/gulp/\"\u003egulp\u003c/a\u003e modules for \u003ca href=\"https://github.com/modularorg/modularbp\"\u003emodularBP\u003c/a\u003e.\u003c/p\u003e\n\n## Installation\n```sh\n# install gulp\nnpm install gulp -g\n\n# install mbp\nnpm install mbp -g\n\n# init a mbp project and choose gulp\nmbp init\n```\n\n## Usage\n```sh\n# default watch task\ngulp\n```\n\n## Modules\n| Module | Description |\n| ------ | ----------- |\n| [gulp] | The main gulpfile |\n\n### Styles\n| Module | Description |\n| ------ | ----------- |\n| [gulp-css] | [cssnext] with [PostCSS] |\n| [gulp-sass] | scss with [Sass] |\n| [gulp-less] | less with [Less] |\n\n### Scripts\n| Module | Description |\n| ------ | ----------- |\n| [gulp-js] | ES module bundler with [Rollup] and [Babel] |\n\n### Views\n| Module | Description |\n| ------ | ----------- |\n| [gulp-hbs] | [Handlebars] templates |\n| [gulp-liquid] | [Liquid] templates |\n| [gulp-swig] | [Swig] templates |\n\n### Others\n| Module | Description |\n| ------ | ----------- |\n| [gulp-build] | Minify files |\n| [gulp-error] | Error handling |\n| [gulp-notify] | Notification handling |\n| [gulp-serve] | Live reload and sync browsers with [Browsersync] |\n| [gulp-svg] | Generate svg icons sprite |\n| [gulp-watch] | Watch for files changes |\n\n[modularBP]: https://github.com/modularorg/modularbp#readme\n[gulp]: https://github.com/modularorg/modularbp-gulp\n[gulp-css]: https://github.com/modularorg/modularbp-gulp/tree/master/modules/gulp-css\n[gulp-sass]: https://github.com/modularorg/modularbp-gulp/tree/master/modules/gulp-sass\n[gulp-less]: https://github.com/modularorg/modularbp-gulp/tree/master/modules/gulp-less\n[gulp-js]: https://github.com/modularorg/modularbp-gulp/tree/master/modules/gulp-js\n[gulp-hbs]: https://github.com/modularorg/modularbp-gulp/tree/master/modules/gulp-hbs\n[gulp-liquid]: https://github.com/modularorg/modularbp-gulp/tree/master/modules/gulp-liquid\n[gulp-swig]: https://github.com/modularorg/modularbp-gulp/tree/master/modules/gulp-swig\n[gulp-build]: https://github.com/modularorg/modularbp-gulp/tree/master/modules/gulp-build\n[gulp-error]: https://github.com/modularorg/modularbp-gulp/tree/master/modules/gulp-error\n[gulp-notify]: https://github.com/modularorg/modularbp-gulp/tree/master/modules/gulp-notify\n[gulp-serve]: https://github.com/modularorg/modularbp-gulp/tree/master/modules/gulp-serve\n[gulp-svg]: https://github.com/modularorg/modularbp-gulp/tree/master/modules/gulp-svg\n[gulp-watch]: https://github.com/modularorg/modularbp-gulp/tree/master/modules/gulp-watch\n\n[cssnext]: https://github.com/MoOx/postcss-cssnext\n[PostCSS]: https://github.com/postcss/postcss\n[Sass]: https://github.com/sass/libsass\n[Less]: https://github.com/less/less.js\n[Handlebars]: https://github.com/wycats/handlebars.js\n[Liquid]: https://github.com/Shopify/liquid\n[Swig]: https://github.com/node-swig/swig-templates\n[Rollup]: https://github.com/rollup/rollup\n[Babel]: https://github.com/babel/babel\n[Browsersync]: https://github.com/Browsersync/browser-sync\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodularorg%2Fmodularbp-gulp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodularorg%2Fmodularbp-gulp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodularorg%2Fmodularbp-gulp/lists"}