{"id":20022293,"url":"https://github.com/lucifier129/esnext-workflow-example","last_synced_at":"2026-05-14T10:31:11.548Z","repository":{"id":77717986,"uuid":"46388402","full_name":"Lucifier129/esnext-workflow-example","owner":"Lucifier129","description":"esnext-workflow-example","archived":false,"fork":false,"pushed_at":"2015-11-18T02:19:58.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T03:43:44.524Z","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/Lucifier129.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-11-18T02:00:23.000Z","updated_at":"2015-11-18T02:19:59.000Z","dependencies_parsed_at":"2023-03-12T01:45:58.756Z","dependency_job_id":null,"html_url":"https://github.com/Lucifier129/esnext-workflow-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lucifier129/esnext-workflow-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucifier129%2Fesnext-workflow-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucifier129%2Fesnext-workflow-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucifier129%2Fesnext-workflow-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucifier129%2Fesnext-workflow-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lucifier129","download_url":"https://codeload.github.com/Lucifier129/esnext-workflow-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lucifier129%2Fesnext-workflow-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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-11-26T02:00:06.075Z","response_time":193,"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":[],"created_at":"2024-11-13T08:39:50.337Z","updated_at":"2025-11-26T10:04:38.923Z","avatar_url":"https://github.com/Lucifier129.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esnext-workflow-example\nesnext-workflow-example\n\n## 如何使用？\n\n### 安装 nodejs 环境，然后全局安装`gulp`\n\n```shell\nnpm install -g gulp\n```\n\n### 安装依赖\n\n```shell\nnpm install\n```\n\n### 按需修改 gulpfile.js 文件配置\n\n```javascript\n// 编译 'src-esnext' 目录下的文件到 'src' 目录下，\nvar from = path.join(__dirname, 'src-esnext')\nvar to = path.join(__dirname, 'src')\n```\n\n### 启动 gulp\n\n`gulp folderName`，folderName 是 `src-esnext` 目录下的文件夹名\n\n```shell\ngulp detail\n```\n\n启动后，编辑 `src-esnext/detail` 目录下的 `.js 文件`，将自动用 `babel` 编译到 `src/detail` 目录下，是新文件则新增，已存在的文件将覆盖。 \n\ngulp 会 `watch` 文件修改然后自动编译，无须重新启动（长时间 watch 时，gulp 程序有可能静默，此时需要 foucs 命令行窗口，激活 gulp）。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucifier129%2Fesnext-workflow-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucifier129%2Fesnext-workflow-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucifier129%2Fesnext-workflow-example/lists"}