{"id":15650847,"url":"https://github.com/yasinatesim/frontend-starter-kit-with-gulp","last_synced_at":"2025-04-30T18:11:17.719Z","repository":{"id":119558176,"uuid":"109598472","full_name":"yasinatesim/frontend-starter-kit-with-gulp","owner":"yasinatesim","description":"Frontend Starter Kit with Gulp for either Themeforest Projects or customizable projects.","archived":false,"fork":false,"pushed_at":"2020-08-03T18:43:44.000Z","size":16405,"stargazers_count":34,"open_issues_count":0,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-30T18:43:49.296Z","etag":null,"topics":["babel","ecmascript6","es6","es6-javascript","front-end","front-end-development","frontend","frontend-web","frontend-webdevelopment","gulp","minify","optimize","preprocessor","pug","sass","scss","starter-kit","theme","theme-development","themeforest"],"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/yasinatesim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-05T17:00:29.000Z","updated_at":"2024-08-11T18:10:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"9bac7f43-f6b0-47f0-a730-b8c76c7cab04","html_url":"https://github.com/yasinatesim/frontend-starter-kit-with-gulp","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasinatesim%2Ffrontend-starter-kit-with-gulp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasinatesim%2Ffrontend-starter-kit-with-gulp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasinatesim%2Ffrontend-starter-kit-with-gulp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasinatesim%2Ffrontend-starter-kit-with-gulp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yasinatesim","download_url":"https://codeload.github.com/yasinatesim/frontend-starter-kit-with-gulp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251758170,"owners_count":21638989,"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":["babel","ecmascript6","es6","es6-javascript","front-end","front-end-development","frontend","frontend-web","frontend-webdevelopment","gulp","minify","optimize","preprocessor","pug","sass","scss","starter-kit","theme","theme-development","themeforest"],"created_at":"2024-10-03T12:36:03.574Z","updated_at":"2025-04-30T18:11:17.698Z","avatar_url":"https://github.com/yasinatesim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e    \n\u003cimg src=\"https://yasinates.com/frontend-starter-kit-with-gulp.jpg\"\u003e    \n\u003c/p\u003e    \n\u003ch2 align=\"center\"\u003eFront End Starter Kit with Gulp\u003c/h2\u003e\n\nThis project is an opinionated build automation for front-end web development based on [Gulp](http://gulpjs.com/), [Node](https://nodejs.org/), [NPM](https://www.npmjs.com/),[Babel](https://babeljs.io/), [Sass](http://sass-lang.com/), and [Pug](https://pugjs.org/).\n\n\n\n\n\n### Features\n\n- Pug compilation with [gulp-pug](https://www.npmjs.com/package/gulp-pug)\n- Tidy Html files with [gulp-prettier](https://www.npmjs.com/package/gulp-prettier)\n- Concatinate the Javascript files with [gulp-include](https://www.npmjs.com/package/gulp-include)\n- Sass compilation with [gulp-sass](https://www.npmjs.com/package/gulp-sass)\n- Es6 transpilation with [gulp-babel](https://www.npmjs.com/package/gulp-babel)\n- Auto-refresh browser with [browser sync](https://www.npmjs.com/package/browser-sync)\n- Minification ([Clean CSS](https://www.npmjs.com/package/gulp-clean-css) and [Uglify](https://www.npmjs.com/package/gulp-uglify))\n- Autoprefix CSS with [Autoprefixer](https://www.npmjs.com/package/gulp-autoprefixer)\n- Better error messages in gulp with [Plumber](https://www.npmjs.com/package/gulp-plumber)\n- Compress images with [Image min](https://www.npmjs.com/package/gulp-imagemin)\n- Show compiled file size with [gulp-size](https://www.npmjs.com/package/gulp-size) in development mode\n- Output project files in zip file for Themeforest production with [gulp-zip](https://www.npmjs.com/package/gulp-zip)\n\n\n### How to use \n\n\n\n1- Clone this repository\n\n```bash\ngit clone https://github.com/yasinatesim/front-end-starter-kit-with-gulp.git\n```\n\n2- Update the files\n\n**_package.json_**\n\n```json\n...\n\"name\": \"theme-name-no-space-character-please-using-dash\",\n\"version\": \"1.0.0\"\n\"documentation\": \"enter the online dcoumentation url\",\n\"browserlist\": \"supprted browser list\"\n...\n```\n\n**_gulpfile.js_**\n\n```javascript\n...\n// for themeforest theme\nconst  isThemeforestTheme  =  false;\n// if production mode is active. -\u003e false: developement mode\nconst  isProduction  =  false;\n// if minified file included in production\nconst  minifiedFileInclude  =  false;\n...\n```\n\n3- Install the project dependencies\n\n```bash\ncd my-new-project\nnpm install\n```\n\n4- Develop awesome things\n\n```bash\nnpm start\n```\n\nor\n\n```bash\ngulp\n```\n  \n### License  \n  \n[![License](http://img.shields.io/:license-mit-blue.svg)](http://badges.mit-license.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasinatesim%2Ffrontend-starter-kit-with-gulp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyasinatesim%2Ffrontend-starter-kit-with-gulp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasinatesim%2Ffrontend-starter-kit-with-gulp/lists"}