Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marinerer/pipflow-template
- Owner: Marinerer
- Created: 2023-07-17T09:08:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-24T09:19:02.000Z (about 1 month ago)
- Last Synced: 2024-10-29T23:56:23.921Z (8 days ago)
- Topics: gulp, gulp-bootstrap, gulp-starter, gulp-tasks, gulp-template
- Language: HTML
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```