# pipflow-template **Repository Path**: mengqing/pipflow-template ## Basic Information - **Project Name**: pipflow-template - **Description**: Templates for pipflow-cli. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-04 - **Last Updated**: 2024-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @pipflow/template Templates for [`pipflow`](https://github.com/Meqn/pipflow). ## Documents - [pipflow documents](https://pipflow.mengqing.org/) ## Project ``` dist ├── README.md ├── babel.config.json ├── package.json ├── postcss.config.js ├── .env ├── .gitignore ├── .prettierrc ├── public │ ├── favicon.ico │ └── robots.txt └── src ├── index.html ├── assets │ ├── logo.png │ └── logo.mp4 ├── scripts │ └── index.js ├── styles │ └── normalize.css └── views └── about.html ```