Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Tencent/feflow
🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript.
https://github.com/Tencent/feflow
builder cli code-quality command-line-tool feflow front-end lint plugin webpack workflow yeoman
Last synced: 3 months ago
JSON representation
🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript.
- Host: GitHub
- URL: https://github.com/Tencent/feflow
- Owner: Tencent
- License: other
- Created: 2017-03-04T10:25:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T12:51:18.000Z (12 months ago)
- Last Synced: 2024-07-14T16:34:17.096Z (4 months ago)
- Topics: builder, cli, code-quality, command-line-tool, feflow, front-end, lint, plugin, webpack, workflow, yeoman
- Language: TypeScript
- Homepage: https://feflowjs.com/
- Size: 66.4 MB
- Stars: 1,357
- Watchers: 76
- Forks: 229
- Open Issues: 17
-
Metadata Files:
- Readme: README.CN.md
- Contributing: CONTRIBUTING.CN.md
- License: LICENSE.txt
Awesome Lists containing this project
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