Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Dec 29, 2023
1 parent dff5449 commit 95b715e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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) |

Expand Down

0 comments on commit 95b715e

Please sign in to comment.