Initial commit
This commit is contained in:
33
commands/pp-init-assets/templates/subproject/CODEBASE.md
Normal file
33
commands/pp-init-assets/templates/subproject/CODEBASE.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# {{SUBPROJECT_NAME}} Codebase Map
|
||||
|
||||
{{SUBPROJECT_NAME}}-specific files. See root CODEBASE.md for shared files.
|
||||
|
||||
---
|
||||
|
||||
## Existing Files
|
||||
|
||||
| File | Description |
|
||||
|------|-------------|
|
||||
{{EXISTING_FILES}}
|
||||
|
||||
---
|
||||
|
||||
## To Be Created
|
||||
|
||||
| File | Description |
|
||||
|------|-------------|
|
||||
{{TO_CREATE_FILES}}
|
||||
|
||||
---
|
||||
|
||||
## Dependencies
|
||||
|
||||
| File | Source | Description |
|
||||
|------|--------|-------------|
|
||||
{{FILE_DEPENDENCIES}}
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Update after creating/modifying subproject-specific files
|
||||
-->
|
||||
Reference in New Issue
Block a user