Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marinerer/pipflow-template

Templates for pipflow-cli
https://github.com/marinerer/pipflow-template

gulp gulp-bootstrap gulp-starter gulp-tasks gulp-template

Last synced: 7 days ago
JSON representation

Templates for pipflow-cli

Awesome Lists containing this project

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
```