Skip to content

Meqn/pipflow-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@pipflow/template

Templates for pipflow-cli.

Documents

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