{"id":22138552,"url":"https://github.com/bbmoz/meteor-gulp","last_synced_at":"2025-07-25T22:32:12.443Z","repository":{"id":29412363,"uuid":"32947873","full_name":"bbmoz/meteor-gulp","owner":"bbmoz","description":"Scaffolding for easy gulp integration","archived":false,"fork":false,"pushed_at":"2015-04-20T06:14:13.000Z","size":304,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-09-08T09:10:23.320Z","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/bbmoz.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-03-26T19:34:22.000Z","updated_at":"2023-09-08T09:10:23.321Z","dependencies_parsed_at":"2022-09-06T18:11:18.368Z","dependency_job_id":null,"html_url":"https://github.com/bbmoz/meteor-gulp","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbmoz%2Fmeteor-gulp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbmoz%2Fmeteor-gulp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbmoz%2Fmeteor-gulp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbmoz%2Fmeteor-gulp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbmoz","download_url":"https://codeload.github.com/bbmoz/meteor-gulp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227621904,"owners_count":17795021,"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-12-01T20:10:36.658Z","updated_at":"2024-12-01T20:10:37.310Z","avatar_url":"https://github.com/bbmoz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![CodeShip Status](https://codeship.com/projects/215bc240-b61d-0132-ac42-4286e2c721fd/status?branch=master)\n\n#\u003cb\u003eEasy gulp scaffolding for Meteor\u003c/b\u003e\n\n##Installation\n```bash\n\u003e\u003e meteor add bbmoz:gulp\n\u003e\u003e npm install -g gulp\n\u003e\u003e meteor\n```\nWhen you run \"meteor\", you should see a bunch of packages being installed. If you see the starting and ending logs below, then the installation was successful. It should take a couple of seconds before you see the end log.\n\n```javascript\n\u003c---- START gulp scaffold ----\u003e\n\u003c---- END gulp scaffold ----\u003e\n```\n\nAt the moment, this package serves as a one-time install and should probably be removed afterwards via a \"meteor remove\". More features are being planned that will make this package more useful.\n\n##Why Gulp for Meteor?\nGulp allows for a separation of concerns between Meteor's internal build system and a more general purpose task runner that gulp provides. By allowing gulp to use packages like linting, you are able to re-use the exact same gulp files from one project to another.\n\n##Running Gulp\nAfter you follow the installation instructions, gulp should be set up for you automatically in addition to useful code quality plugins (js and css linting) to work out-of-the-box with Meteor. You can simply open up a new terminal and run \"gulp\" in the newly created \u003cb\u003e.gulp/\u003c/b\u003e directory which contains the following files:\n- gulpfile.js\n- package.json\n- .jshintrc\n- .jscsrc\n- .csslintrc\n\nThe .jshintrc, .jscsrc, and .csslintrc files are modified versions of established guides to work in tandem with each other for Meteor. While you are running gulp, anytime you modify a JavaScript or CSS file, the corresponding gulp task will run the linting check.\n\nPlease refer to the official gulp page at https://github.com/gulpjs/gulp to create your own tasks.\n\n##Linting Customization\nYou are welcome to modify any of the linting .*rc config files that are pre-generated for you to fit your own coding and style standards. You are also free to do whatever you want with the gulpfile.js.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbmoz%2Fmeteor-gulp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbmoz%2Fmeteor-gulp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbmoz%2Fmeteor-gulp/lists"}