diff --git a/README.md b/README.md index 1d00c84..35df941 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # pipflow-CLI 🥤 [![version](https://img.shields.io/npm/v/%40pipflow%2Fcli?style=flat-square&logo=npm)](https://www.npmjs.com/package/@pipflow/cli) -[![node.js](https://img.shields.io/node/v/%40pipflow%2Fcli?style=flat-square&logo=nodedotjs)](https://nodejs.org/en/about/releases/) +[![Codecov](https://img.shields.io/codecov/c/github/meqn/pipflow?token=5TYW2Z1S4C&style=flat-square&logo=codecov)](https://codecov.io/gh/Meqn/pipflow) [![release](https://img.shields.io/github/actions/workflow/status/meqn/pipflow/release.yml?style=flat-square)](https://github.com/Meqn/pipflow/releases) -[![downloads](https://img.shields.io/npm/dm/%40pipflow%2Fcli?style=flat-square)](https://www.npmjs.com/package/@pipflow/cli) +[![node.js](https://img.shields.io/node/v/%40pipflow%2Fcli?style=flat-square&logo=nodedotjs)](https://nodejs.org/en/about/releases/) [![license](https://img.shields.io/npm/l/%40pipflow%2Fcli?style=flat-square)](https://github.com/Meqn/pipflow) -> A command-line tool based on the Gulp workflow, designed to simplify the frontend development process. +> A command-line tool based on Gulp, designed to simplify the front-end development workflow. - 📦 Out-of-the-box @@ -17,12 +17,12 @@ - 🏳️‍🌈 Multi-environment support -pipflow-CLI provides a set of out-of-the-box Gulp tasks and features, allowing developers to quickly start the development of frontend projects without the need to configure from scratch. +`pipflow` provides a set of out-of-the-box Gulp tasks and features, allowing developers to quickly start the development of frontend projects without the need to configure from scratch. With `pipflow`, developers can focus on coding without wasting time on repetitive build configurations. It uses simple commands to complete complex front-end builds and standardizes the build process, greatly improving consistency and efficiency across projects. -`pipflow-CLI` 是一个基于Gulp工作流的命令行工具,旨在简化前端开发流程。它提供了一组开箱即用的Gulp任务和功能,让开发者能够立即启动前端项目的开发,无需从零开始配置。 +`pipflow` 是一个基于gulp工作流的前端构建工具,旨在简化前端开发流程。它提供了一组开箱即用的Gulp任务和功能,让开发者能够立即启动前端项目的开发,无需从零开始配置。 ## Getting Started @@ -65,7 +65,7 @@ pw build | Package | Version (click for changelogs) | | --------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------- | | [pipflow](https://github.com/Meqn/pipFlow/tree/main/packages/main/) | [![pipflow version](https://img.shields.io/npm/v/pipflow?style=flat-square)](https://github.com/Meqn/pipFlow/blob/main/packages/main/CHANGELOG.md) | -| [@pipflow/cli](https://github.com/Meqn/pipflow/tree/main/packages/cli) | [![CLI version](https://img.shields.io/npm/v/%40pipflow%2Fcli?style=flat-square)](https://github.com/Meqn/pipflow/blob/main/packages/cli/CHANGELOG.md) | +| [@pipflow/cli](https://github.com/Meqn/pipflow/tree/main/packages/cli) | [![CLI version](https://img.shields.io/npm/v/%40pipflow%2Fcli?style=flat-square)](https://github.com/Meqn/pipflow/blob/main/packages/cli/CHANGELOG.md) | | [@pipflow/core](https://github.com/Meqn/pipFlow/tree/main/packages/core/) | [![core version](https://img.shields.io/npm/v/%40pipflow%2Fcore?style=flat-square)](https://github.com/Meqn/pipFlow/blob/main/packages/core/CHANGELOG.md) | | [@pipflow/utils](https://github.com/Meqn/pipFlow/tree/main/packages/utils/) | [![utils version](https://img.shields.io/npm/v/%40pipflow%2Futils?style=flat-square)](https://github.com/Meqn/pipFlow/blob/main/packages/utils/CHANGELOG.md) |