ProjectTracker/tools/templates/BASE.md
StillHammer 8dc67ac03c Add project file generator tool
Created automated generator for project tracking .md files.

Features:
- Inspects repositories to extract information
- Detects tech stack from file extensions
- Extracts descriptions from CLAUDE.md/README.md
- Extracts status from documentation
- Gets git history (last commit info)
- Analyzes directory structure
- Generates .md files from template

Usage:
  python tools/generate_project_files.py          # Generate all missing
  python tools/generate_project_files.py --dry-run  # Preview only
  python tools/generate_project_files.py --repo RepoName  # Single repo

Template system:
- BASE.md template with category-specific labels
- UTF-8/emoji support for Windows
- Extensible for future enhancements

Part of Gap 3 resolution (missing project tracking files).

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-19 01:42:57 +07:00

40 lines
473 B
Markdown

# {project_name}
**Statut:** {category} ({category_full})
**Type:** {project_type}
**Repository:** git@git.etheryale.com:StillHammer/{repo_name}.git
## Description
{description}
## Tech Stack
{tech_stack}
## Current Status
{current_status}
## Key Features
{key_features}
## Structure
{structure}
## Prochaines Étapes
{next_steps}
## Notes
{notes}
---
**Created:** {created_date}
**Last Updated:** {updated_date}
**Source:** Generated from repo inspection