pipflow
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

pipflow 🥤

version node.js release downloads license

pipflow (pipe-workflow) is a gulp-based front-end development workflow. It has built-in features such as merging, compiling, packaging, and compressing that greatly simplify the front-end development process.

It provides a set of out-of-the-box gulp tasks and features , developers do not need to configure from scratch can immediately start the front-end project development .

pipflow (pipe-workflow) 是一个基于gulp的前端开发工作流。它内置了诸如合并、编译、打包、压缩等功能,极大地简化了前端开发流程。

它提供了一组开箱即用的gulp任务和功能,开发者无需从零开始配置就可以立即启动前端项目的开发。

Features

  • 🎨 HTML template rendering - built-in 5 popular template engines
  • 🌈 CSS preprocessing - supports LESS/SASS(SCSS)/Stylus, with autoprefixer, minify, and more.
  • 🧬 JavaScript syntax transformation, merging, minification, validation, compatibility with older browsers
  • 🖼 Image optimization - lossless image compression, sprite generation
  • 🦋 Sourcemaps and fingerprinting - easier debugging and version control
  • 👻 Local development server - supports HTTPS and browser sync testing
  • 👀 File watching - automatically detects file changes and recompiles, merges, and refreshes pages
  • 🤖 Custom tasks - extend existing tasks to meet various needs

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.

How to use

1. Install

npm install -g @pipflow/cli
# OR
yarn global add @pipflow/cli

2. Create a project:

pipflow create my-project
# OR
pw create my-project

3. Build project:

pipflow build
# OR
pw build

pw is an acronym for the pipflow command, a combination of the first and last letters of pipflow.

Documents 📚

Read the Docs to Learn More.

Packages

Package Version (click for changelogs)
pipflow pipflow version
@pipflow/cli CLI version
@pipflow/core core version
@pipflow/utils utils version

License

MIT.

Package Sidebar

Install

npm i pipflow

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

24.3 kB

Total Files

11

Last publish

Collaborators

  • mengqing723