{"id":24352439,"url":"https://github.com/dev-techmoe/gulp-workflow","last_synced_at":"2026-04-25T09:38:37.720Z","repository":{"id":188635872,"uuid":"135723303","full_name":"dev-techmoe/gulp-workflow","owner":"dev-techmoe","description":"front end web development environment built with Gulp","archived":false,"fork":false,"pushed_at":"2020-09-08T07:27:48.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T20:59:48.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dev-techmoe.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}},"created_at":"2018-06-01T13:49:01.000Z","updated_at":"2020-09-08T07:22:25.000Z","dependencies_parsed_at":"2023-08-16T08:14:27.991Z","dependency_job_id":null,"html_url":"https://github.com/dev-techmoe/gulp-workflow","commit_stats":null,"previous_names":["dev-techmoe/gulp-workflow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dev-techmoe/gulp-workflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-techmoe%2Fgulp-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-techmoe%2Fgulp-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-techmoe%2Fgulp-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-techmoe%2Fgulp-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-techmoe","download_url":"https://codeload.github.com/dev-techmoe/gulp-workflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-techmoe%2Fgulp-workflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32257755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-01-18T15:54:35.915Z","updated_at":"2026-04-25T09:38:37.687Z","avatar_url":"https://github.com/dev-techmoe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-workflow\ntechmoe's basic gulp workflow for web frontend development\n\n## feature\n\n- Support [Pug](https://pugjs.org/) (an useful template engine that can help us to generate HTML structure faster)\n- Live preview result in the browser when a file is changed\n\n## Contained modules\n\n- [gulp](https://gulpjs.com/)\n- [gulp-cli](https://www.npmjs.com/package/gulp-cli)\n- [browser-sync](https://browsersync.io/)\n\n### gulp plugins\n\n- [plumber](https://www.npmjs.com/package/gulp-plumber)\n- [rename](https://www.npmjs.com/package/gulp-rename)\n- [clean](https://www.npmjs.com/package/gulp-clean)\n- [less](https://www.npmjs.com/package/gulp-less)\n- [clean-css](https://www.npmjs.com/package/gulp-clean-css)\n- [concat](https://www.npmjs.com/package/gulp-concat)\n- [gulp-if](https://www.npmjs.com/package/gulp-if)\n- [pug](https://www.npmjs.com/package/gulp-pug)\n\n## Usage\nYou can use this directory structure to organize your project\n```\nsrc\n├── index.html\n├── static\n│   └── gulp.svg\n└── style\n    └── index.less\n```\nor this..\n```\nsrc\n├── admin\n│   ├── index.html\n│   └── index.less\n└── index\n    ├── index.html\n    ├── index.less\n    └── logo.svg\n```\nAll html file will output to the dest path in the same directory structure.\n\n## Commands\n- `yarn start` Launch development server and start inspect file changes.\n- `yarn build` Build all file for production environment.\n- `yarn clean` Clean the work directory.\n\n## TODO\n- [ ] ECMAScript support.\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-techmoe%2Fgulp-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-techmoe%2Fgulp-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-techmoe%2Fgulp-workflow/lists"}