1.0.4 • Published 4 months ago

pipflow v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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

PackageVersion (click for changelogs)
pipflowpipflow version
@pipflow/cliCLI version
@pipflow/corecore version
@pipflow/utilsutils version

License

MIT.

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago

0.8.2

5 months ago

0.8.1

6 months ago

0.8.0

6 months ago

0.7.1

7 months ago

0.6.3

8 months ago

0.6.2

8 months ago

0.7.0

7 months ago

0.6.1

8 months ago

0.6.0

8 months ago

0.5.0

9 months ago

0.4.2

9 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.3.3

9 months ago

0.3.2

9 months ago

0.3.1

9 months ago

0.3.0

9 months ago

0.2.0

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

10 months ago

0.0.1

10 months ago

0.0.1-alpha.1

10 months ago

0.0.1-alpha

10 months ago