{"id":22016351,"url":"https://github.com/simeg/gulpfile-generator","last_synced_at":"2025-09-17T16:27:02.334Z","repository":{"id":47582073,"uuid":"73011410","full_name":"simeg/gulpfile-generator","owner":"simeg","description":"🚀 An interactive generator tool for your custom Gulp configuration","archived":false,"fork":false,"pushed_at":"2022-12-07T06:34:41.000Z","size":502,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T05:01:45.101Z","etag":null,"topics":["generator","gulp","gulpfile"],"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/simeg.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-11-06T18:47:47.000Z","updated_at":"2022-07-22T18:34:45.000Z","dependencies_parsed_at":"2023-01-24T14:00:12.481Z","dependency_job_id":null,"html_url":"https://github.com/simeg/gulpfile-generator","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simeg%2Fgulpfile-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simeg%2Fgulpfile-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simeg%2Fgulpfile-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simeg%2Fgulpfile-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simeg","download_url":"https://codeload.github.com/simeg/gulpfile-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252794635,"owners_count":21805223,"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":["generator","gulp","gulpfile"],"created_at":"2024-11-30T04:34:35.539Z","updated_at":"2025-09-17T16:26:57.255Z","avatar_url":"https://github.com/simeg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulpfile-generator [![Build Status](https://github.com/simeg/gulpfile-generator/workflows/CI/badge.svg)](https://github.com/simeg/gulpfile-generator/actions) [![codecov](https://codecov.io/gh/simeg/gulpfile-generator/branch/master/graph/badge.svg)](https://codecov.io/gh/simeg/gulpfile-generator)\n\nAre you tired of always having to manually set up a `gulpfile.js` for every new project? Me too, that's why I've written this small tool that will generate the `gulpfile.js` for you, based on your needs.  \n\n`gulpfile-generator` is an interactive tool to help your create your custom `gulpfile.js`. `gulpfile-generator` is run as an CLI where you will be asked for what tasks you want in your `gulpfile.js`. When it is done it will generate a `gulpfile.js` in the same folder as you are standing in. You can then optionally let it generate a file containing the exact `npm` command to install the dependencies you need for your `gulpfile.js`.\n\n## Installation\nSince you probably want to use this tool for multiple projects, it makes sense to let it live in your global `node_modules` folder (hence the `g` flag).\n```bash\nnpm install -g gulpfile-generator\n``` \n\n## Usage\n```bash\ngulpfile-generator\n```\nThis will start up an interactive interface where you should follow the instructions.\n\n## Supports\n* **Development server** using [browser-sync](https://github.com/BrowserSync/browser-sync)\n* JavaScript\n  * **Minification** using [gulp-uglify](https://github.com/terinjokes/gulp-uglify)\n  * **Concatenation** using [gulp-concat](https://github.com/contra/gulp-concat)\n  * **JSHint** using [gulp-jshint](https://github.com/spalger/gulp-jshint)\n  * **Compiling CoffeeScript** using [gulp-coffee](https://github.com/contra/gulp-coffee)\n  * **Converting ES6 to ES5** using [gulp-babel](https://github.com/babel/gulp-babel)\n* CSS\n  * **LESS** using [gulp-less](https://github.com/plus3network/gulp-less)\n  * **Sass** using [gulp-sass](https://github.com/dlmanning/gulp-sass)\n  * **Stylus** using [gulp-stylus](https://github.com/stevelacy/gulp-stylus)\n  * **Lint** using [gulp-csslint](https://github.com/lazd/gulp-csslint)\n  * **Autoprefixer** using [gulp-autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer)\n  * **Minification** using _gulp-minify-css_ (will be replaced by [gulp-clean-css](https://github.com/scniro/gulp-clean-css))\n* Images\n  * **Minification** using [gulp-imagemin](https://github.com/sindresorhus/gulp-imagemin)\n\n## Development\n1. Install dependencies and make CLI available in root\n\n    `make install link`\n\n2. Do code changes\n3. Run generator with\n\n    `./gulpfile-generator`\n\n4. Run linter and tests\n\n    `make lint test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimeg%2Fgulpfile-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimeg%2Fgulpfile-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimeg%2Fgulpfile-generator/lists"}