Package Exports
- @pipflow/cli
- @pipflow/cli/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pipflow/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
pipflow-CLI
pipflow-CLI is a command line tool based on the gulp workflow. It can greatly simplify front-end development workflows.
And it provides a set of out-of-the-box gulp tasks and functions, so developers can start front-end project development immediately without configuring from scratch.
Getting Started
Install:
npm install -g @pipflow/cli
# OR
yarn global add @pipflow/cliCreate a project:
pipflow create my-project
# OR
ppw create my-project