{"id":20622625,"url":"https://github.com/myterminal/template-web-library-gulp","last_synced_at":"2026-05-19T03:21:59.220Z","repository":{"id":76221209,"uuid":"116533161","full_name":"myTerminal/template-web-library-gulp","owner":"myTerminal","description":"A template to create front-end libraries with Gulp.js as the task-runner","archived":false,"fork":false,"pushed_at":"2020-09-09T18:17:55.000Z","size":293,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T23:27:23.216Z","etag":null,"topics":["front-end","gulpjs","library","template"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myTerminal.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-07T03:09:30.000Z","updated_at":"2020-04-06T15:49:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"b42c54c8-f073-4a02-99ec-3c4277a6c060","html_url":"https://github.com/myTerminal/template-web-library-gulp","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/myTerminal/template-web-library-gulp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Ftemplate-web-library-gulp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Ftemplate-web-library-gulp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Ftemplate-web-library-gulp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Ftemplate-web-library-gulp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myTerminal","download_url":"https://codeload.github.com/myTerminal/template-web-library-gulp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Ftemplate-web-library-gulp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267133639,"owners_count":24040782,"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-07-26T02:00:08.937Z","response_time":62,"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":["front-end","gulpjs","library","template"],"created_at":"2024-11-16T12:24:05.338Z","updated_at":"2026-05-19T03:21:59.189Z","avatar_url":"https://github.com/myTerminal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# template-web-library-gulp\n\n[![License: CC BY-NC-SA 4.0](https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc-sa/4.0)\n\nA template to create front-end libraries with [Gulp.js](https://www.npmjs.com/package/gulp) as the task-runner\n\n## Technologies\n\n### Web\n\n - [jQuery](https://jquery.com/) (sample dependency)\n - [ES2015](http://es6-features.org/)\n - [Less CSS](http://lesscss.org/)\n\n### Task Runner: Gulp\n\n#### Plugins\n\n - [del](https://www.npmjs.com/package/del) to clean up the output directory at the start of every build\n - [gulp-concat](https://www.npmjs.com/package/gulp-concat) to concat files\n - [gulp-copy](https://www.npmjs.com/package/gulp-copy) to copy static resources to the output directory\n - [gulp-less](https://www.npmjs.com/package/gulp-less) to transpile LESS stylesheets into CSS\n - [effortless-css](https://www.npmjs.com/package/effortless-css) to provide Less CSS mixins\n - [gulp-cleancss](https://www.npmjs.com/package/gulp-cleancss) to minify CSS\n - [gulp-babel](https://www.npmjs.com/package/gulp-babel), [babel-core](https://www.npmjs.com/package/babel-core) and [babel-preset-env](https://www.npmjs.com/package/babel-preset-env) for ES2015 transpilation\n - [gulp-sourcemaps](https://www.npmjs.com/package/gulp-sourcemaps) to generate source-maps for debugging\n - [gulp-wrap-umd](https://www.npmjs.com/package/gulp-wrap-umd) to wrap library code as a UMD\n - [gulp-uglify](https://www.npmjs.com/package/gulp-uglify) to minify JavaScript files\n - [gulp-eslint](https://www.npmjs.com/package/gulp-eslint), [babel-eslint](https://www.npmjs.com/package/babel-eslint), [eslint-config-myterminal](https://www.npmjs.com/package/eslint-config-myterminal), [eslint-config-airbnb](https://www.npmjs.com/package/eslint-config-airbnb), [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import), [eslint-plugin-jsx-a11y](https://www.npmjs.com/package/eslint-plugin-jsx-a11y) and [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react) to run ESLint on JavaScript files\n\n#### Tasks\n\n - build (default)\n   - clean to clean the output directory\n   - copy\n     - copyFonts to copy fonts to the output directory\n   - styles to transpile Less CSS stylesheets into CSS stylesheets for the output directory\n   - scripts to concatenate, transpile \u0026 minify all JavaScript to the output directory\n - debug\n   - clean to clean the output directory\n   - copy\n     - copyFonts to copy fonts to the output directory\n   - styles to transpile Less CSS stylesheets into CSS stylesheets for the output directory\n   - scriptsDebug to concatenate and transpile all JavaScript to the output directory\n   - lint to run ESLint over JavaScript files\n - lint\n   - run ESLint over JavaScript files\n - develop to watch over the source files and run tasks related to the changed files\n\n## To-Do\n\n - Make it more ES6 friendly\n - Find a way to write and run tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Ftemplate-web-library-gulp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyterminal%2Ftemplate-web-library-gulp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Ftemplate-web-library-gulp/lists"}