24 lines
809 B
Markdown
24 lines
809 B
Markdown
# PMO Scaffolding Templates
|
|
|
|
This directory contains templates for quickly standing up new PMO components.
|
|
|
|
## Structure
|
|
|
|
```
|
|
scaffolding/
|
|
├── domain-template/ # Template for new PMO domains
|
|
│ ├── README.md # Domain overview and purpose
|
|
│ ├── dashboard/ # Dashboard components and views
|
|
│ ├── projects/ # Project management components
|
|
│ ├── reports/ # Reporting components
|
|
│ ├── resources/ # Resource management components
|
|
│ ├── config/ # Configuration components
|
|
│ └── docs/ # Documentation components
|
|
└── README.md # This file
|
|
```
|
|
|
|
## Purpose
|
|
|
|
The scaffolding directory provides templates for quickly creating new PMO components when needed.
|
|
|
|
--- |