{"id":13903027,"url":"https://github.com/Tencent/feflow","last_synced_at":"2025-07-18T00:32:58.354Z","repository":{"id":19872152,"uuid":"83885303","full_name":"Tencent/feflow","owner":"Tencent","description":"🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript.","archived":false,"fork":false,"pushed_at":"2023-11-07T12:51:18.000Z","size":69578,"stargazers_count":1361,"open_issues_count":17,"forks_count":231,"subscribers_count":76,"default_branch":"master","last_synced_at":"2024-11-19T17:54:44.562Z","etag":null,"topics":["builder","cli","code-quality","command-line-tool","feflow","front-end","lint","plugin","webpack","workflow","yeoman"],"latest_commit_sha":null,"homepage":"https://feflowjs.com/","language":"TypeScript","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/Tencent.png","metadata":{"files":{"readme":"README.CN.md","changelog":null,"contributing":"CONTRIBUTING.CN.md","funding":null,"license":"LICENSE.txt","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-03-04T10:25:18.000Z","updated_at":"2024-11-05T10:36:34.000Z","dependencies_parsed_at":"2024-06-18T19:48:17.612Z","dependency_job_id":"981fb688-d872-40c7-b183-4e6bf4bc757f","html_url":"https://github.com/Tencent/feflow","commit_stats":{"total_commits":691,"total_committers":36,"mean_commits":"19.194444444444443","dds":0.6078147612156295,"last_synced_commit":"fe21dd02c5f14c5e663de6e79b521163f402409f"},"previous_names":["feflow/feflow"],"tags_count":225,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ffeflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ffeflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ffeflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ffeflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tencent","download_url":"https://codeload.github.com/Tencent/feflow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226320856,"owners_count":17606367,"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":["builder","cli","code-quality","command-line-tool","feflow","front-end","lint","plugin","webpack","workflow","yeoman"],"created_at":"2024-08-06T22:01:34.157Z","updated_at":"2024-11-25T11:31:09.747Z","avatar_url":"https://github.com/Tencent.png","language":"TypeScript","readme":"[English](./README.md) | 简体中文\n\n\u003ch1 align=\"center\"\u003eFeflow\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  🚀 Feflow 是一个致力于提升大前端开发效率的前端工程化工具.\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n[![npm][npm]][npm-url]\n[![Build Status][build-status]][build-status-url]\n[![Install Size][size]][size-url]\n[![Downloads][downloads]][downloads-url]\n[![lerna][lerna]][lerna-url]\n[![GitHub contributors][contributors]][contributors-url]\n[![Issue resolution][issue-resolution]][issue-resolution-url]\n[![PR's welcome][pr-welcome]][pr-welcome-url]\n\n## 介绍\n\nFeflow 是腾讯开源的一款大前端领域的工程化方案，致力于提升开发效率和规范。\n\n## 开始使用\n\n先通过 npm 安装 feflow 开始.\n\n```\nnpm install @feflow/cli -g\n```\n\n在 Feflow 里面有3类命令，分别是原生命令、开发套件命令和插件命令\n\n- 原生命令\n  - `fef config`\n  - `fef help`\n  - `fef info`\n  - `fef install`\n  - `fef uninstall`\n  - `fef list`\n\n你可以通过编写开发套件或者插件去扩展 Feflow 的命令\n\n更多详细信息可前往:\n- [Github Wiki](https://github.com/Tencent/feflow/wiki)\n- [官网](https://feflowjs.com/)\n\n## 发布日志\n\n本项目遵从 [Semantic Versioning](http://semver.org/).\n每次发布信息都会在 Github 的 [Releases](https://github.com/Tencent/feflow/releases) 中呈现.\n\n## 许可证\n\n[MIT](LICENSE.txt)\n\n\n[build-status]: https://travis-ci.org/Tencent/feflow.svg\n[build-status-url]: https://travis-ci.org/Tencent/feflow\n[contributors]: https://img.shields.io/github/contributors/Tencent/feflow.svg\n[contributors-url]: https://github.com/Tencent/feflow/graphs/contributors\n[downloads]: https://img.shields.io/npm/dw/@feflow/cli.svg\n[downloads-url]: https://www.npmjs.com/package/@feflow/cli\n[issue-resolution]: https://isitmaintained.com/badge/resolution/Tencent/feflow.svg\n[issue-resolution-url]: https://github.com/Tencent/feflow/issues\n[lerna]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg\n[lerna-url]: http://www.lernajs.io/\n[npm]: https://img.shields.io/npm/v/@feflow/cli.svg\n[npm-url]: https://www.npmjs.com/package/@feflow/cli\n[pr-welcome]: https://img.shields.io/badge/PRs%20-welcome-brightgreen.svg\n[pr-welcome-url]: https://github.com/Tencent/feflow/blob/next/.github/CONTRIBUTING.md\n[size]: https://packagephobia.now.sh/badge?p=@feflow/cli\n[size-url]: https://packagephobia.now.sh/result?p=@feflow/cli","funding_links":[],"categories":["TypeScript","cli"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTencent%2Ffeflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTencent%2Ffeflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTencent%2Ffeflow/lists"}