# feflow **Repository Path**: mirrors_Tencent/feflow ## Basic Information - **Project Name**: feflow - **Description**: 🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [English](./README.md) | 简体中文

Feflow

🚀 Feflow 是一个致力于提升大前端开发效率的前端工程化工具.


[![npm][npm]][npm-url] [![Build Status][build-status]][build-status-url] [![Install Size][size]][size-url] [![Downloads][downloads]][downloads-url] [![lerna][lerna]][lerna-url] [![GitHub contributors][contributors]][contributors-url] [![Issue resolution][issue-resolution]][issue-resolution-url] [![PR's welcome][pr-welcome]][pr-welcome-url] ## 介绍 Feflow 是腾讯开源的一款大前端领域的工程化方案,致力于提升开发效率和规范。 ## 开始使用 先通过 npm 安装 feflow 开始. ``` npm install @feflow/cli -g ``` 在 Feflow 里面有3类命令,分别是原生命令、开发套件命令和插件命令 - 原生命令 - `fef config` - `fef help` - `fef info` - `fef install` - `fef uninstall` - `fef list` 你可以通过编写开发套件或者插件去扩展 Feflow 的命令 更多详细信息可前往: - [Github Wiki](https://github.com/Tencent/feflow/wiki) - [官网](https://feflowjs.com/) ## 发布日志 本项目遵从 [Semantic Versioning](http://semver.org/). 每次发布信息都会在 Github 的 [Releases](https://github.com/Tencent/feflow/releases) 中呈现. ## 许可证 [MIT](LICENSE.txt) [build-status]: https://travis-ci.org/Tencent/feflow.svg [build-status-url]: https://travis-ci.org/Tencent/feflow [contributors]: https://img.shields.io/github/contributors/Tencent/feflow.svg [contributors-url]: https://github.com/Tencent/feflow/graphs/contributors [downloads]: https://img.shields.io/npm/dw/@feflow/cli.svg [downloads-url]: https://www.npmjs.com/package/@feflow/cli [issue-resolution]: https://isitmaintained.com/badge/resolution/Tencent/feflow.svg [issue-resolution-url]: https://github.com/Tencent/feflow/issues [lerna]: https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg [lerna-url]: http://www.lernajs.io/ [npm]: https://img.shields.io/npm/v/@feflow/cli.svg [npm-url]: https://www.npmjs.com/package/@feflow/cli [pr-welcome]: https://img.shields.io/badge/PRs%20-welcome-brightgreen.svg [pr-welcome-url]: https://github.com/Tencent/feflow/blob/next/.github/CONTRIBUTING.md [size]: https://packagephobia.now.sh/badge?p=@feflow/cli [size-url]: https://packagephobia.now.sh/result?p=@feflow/cli